#CC6576

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

Shades of Cabaret #CC6576

Tints of Cabaret #CC6576

Color information

#CC6576 (or 0xCC6576) is unknown color: approx Cabaret. HEX triplet: CC, 65 and 76. RGB value is (204,101,118). Sum of RGB (Red+Green+Blue) = 204+101+118=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6576 is #339A89. Grayscale: #858585. Windows color (decimal): -3381898 or 7759308. OLE color: 7759308.

HSL color Cylindrical-coordinate representation of color #CC6576: hue angle of 350.1º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6576 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB204101118-
CMYK00.500.420.2
HSL350.1º50.24%59.8%-
HSV(B)350.1º50.49%80%-
XYZ32.8323.4519.94-
YUV133.73119.12178.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.23%
GREEN value IS 101 (39.84% from 255) = 23.88%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=48.23%
G=23.88%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410111800.500.420.2350.150.2459.8
HexCC65760322A1415e323c
Octal31414516606252245366274
Binary1100110011001011110110011001010101010100101011110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6576; }

 p { color: rgb(204,101,118); }

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

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

 a { background-color: rgb(204,101,118); }

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

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

 span { border-color: rgb(204,101,118); }

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