#CC5C76

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

Shades of Cabaret #CC5C76

Tints of Cabaret #CC5C76

Color information

#CC5C76 (or 0xCC5C76) is unknown color: approx Cabaret. HEX triplet: CC, 5C and 76. RGB value is (204,92,118). Sum of RGB (Red+Green+Blue) = 204+92+118=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C76 is #33A389. Grayscale: #808080. Windows color (decimal): -3384202 or 7757004. OLE color: 7757004.

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

Color convert

RGB20492118-
CMYK00.550.420.2
HSL346.07º52.34%58.04%-
HSV(B)346.07º54.9%80%-
XYZ3221.819.66-
YUV128.45122.11181.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.28%
GREEN value IS 92 (36.33% from 255) = 22.22%
BLUE value IS 118 (46.48% from 255) = 28.50%
R=49.28%
G=22.22%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049211800.550.420.2346.0752.3458.04
HexCC5C760372A1415a343a
Octal31413416606752245326472
Binary1100110010111001110110011011110101010100101011010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5C76; }

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

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

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

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

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

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

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

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