#CE6574

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

Shades of Cabaret #CE6574

Tints of Cabaret #CE6574

Color information

#CE6574 (or 0xCE6574) is unknown color: approx Cabaret. HEX triplet: CE, 65 and 74. RGB value is (206,101,116). Sum of RGB (Red+Green+Blue) = 206+101+116=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6574 is #319A8B. Grayscale: #868686. Windows color (decimal): -3250828 or 7628238. OLE color: 7628238.

HSL color Cylindrical-coordinate representation of color #CE6574: hue angle of 351.43º 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 #CE6574 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB206101116-
CMYK00.510.440.19
HSL351.43º51.72%60.2%-
HSV(B)351.43º50.97%80.78%-
XYZ33.2623.6919.34-
YUV134.1117.79179.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.70%
GREEN value IS 101 (39.84% from 255) = 23.88%
BLUE value IS 116 (45.70% from 255) = 27.42%
R=48.70%
G=23.88%
B=27.42%

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
Decimal20610111600.510.440.19351.4351.7260.2
HexCE65740332C1315f343c
Octal31614516406354235376474
Binary1100111011001011110100011001110110010011101011111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6574; }

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

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

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

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

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

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

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

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