#CE6378

Color #CE6378 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #CE6378

Tints of Cabaret #CE6378

Color information

#CE6378 (or 0xCE6378) is unknown color: approx Cabaret. HEX triplet: CE, 63 and 78. RGB value is (206,99,120). Sum of RGB (Red+Green+Blue) = 206+99+120=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6378 is #319C87. Grayscale: #858585. Windows color (decimal): -3251336 or 7889870. OLE color: 7889870.

HSL color Cylindrical-coordinate representation of color #CE6378: hue angle of 348.22º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6378 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB20699120-
CMYK00.520.420.19
HSL348.22º52.2%59.8%-
HSV(B)348.22º51.94%80.78%-
XYZ33.3123.420.53-
YUV133.39120.45179.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 48.47%
GREEN value IS 99 (39.06% from 255) = 23.29%
BLUE value IS 120 (47.27% from 255) = 28.24%
R=48.47%
G=23.29%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069912000.520.420.19348.2252.259.8
HexCE63780342A1315c343c
Octal31614317006452235346474
Binary1100111011000111111000011010010101010011101011100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6378; }

 p { color: rgb(206,99,120); }

 H1.HeaderClassName
 {
   color: #CE6378;
 }
 .AnyTagClassName
 {
   color: #CE6378;
 }
</style>
background-color css

<style>
 a { background-color: #CE6378; }

 a { background-color: rgb(206,99,120); }

 div.DivClassName
 {
   background-color: #CE6378;
 }
 .BgClassName
 {
   background-color: #CE6378;
 }
</style>
border-color css

<style>
 span { border-color: #CE6378; }

 span { border-color: rgb(206,99,120); }

 td.TdClassName
 {
   border-color: #CE6378;
 }
 .TagClassName
 {
   border-color: #CE6378;
 }
</style>