#CE6474

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

Shades of Cabaret #CE6474

Tints of Cabaret #CE6474

Color information

#CE6474 (or 0xCE6474) is unknown color: approx Cabaret. HEX triplet: CE, 64 and 74. RGB value is (206,100,116). Sum of RGB (Red+Green+Blue) = 206+100+116=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6474 is #319B8B. Grayscale: #858585. Windows color (decimal): -3251084 or 7627982. OLE color: 7627982.

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

Color convert

RGB206100116-
CMYK00.510.440.19
HSL350.94º51.96%60%-
HSV(B)350.94º51.46%80.78%-
XYZ33.1623.519.31-
YUV133.52118.12179.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.82%
GREEN value IS 100 (39.45% from 255) = 23.70%
BLUE value IS 116 (45.70% from 255) = 27.49%
R=48.82%
G=23.70%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610011600.510.440.19350.9451.9660
HexCE64740332C1315f343c
Octal31614416406354235376474
Binary1100111011001001110100011001110110010011101011111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6474; }

 p { color: rgb(206,100,116); }

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

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

 a { background-color: rgb(206,100,116); }

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

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

 span { border-color: rgb(206,100,116); }

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