#CC5866

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

Shades of Cabaret #CC5866

Tints of Cabaret #CC5866

Color information

#CC5866 (or 0xCC5866) is unknown color: approx Cabaret. HEX triplet: CC, 58 and 66. RGB value is (204,88,102). Sum of RGB (Red+Green+Blue) = 204+88+102=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5866 is #33A799. Grayscale: #7C7C7C. Windows color (decimal): -3385242 or 6707404. OLE color: 6707404.

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

Color convert

RGB20488102-
CMYK00.570.50.2
HSL352.76º53.21%57.25%-
HSV(B)352.76º56.86%80%-
XYZ30.7920.7814.96-
YUV124.28115.43184.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.78%
GREEN value IS 88 (34.77% from 255) = 22.34%
BLUE value IS 102 (40.23% from 255) = 25.89%
R=51.78%
G=22.34%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048810200.570.50.2352.7653.2157.25
HexCC586603932141613539
Octal31413014607162245416571
Binary1100110010110001100110011100111001010100101100001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5866; }

 p { color: rgb(204,88,102); }

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

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

 a { background-color: rgb(204,88,102); }

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

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

 span { border-color: rgb(204,88,102); }

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