#CC5668

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

Shades of Cabaret #CC5668

Tints of Cabaret #CC5668

Color information

#CC5668 (or 0xCC5668) is unknown color: approx Cabaret. HEX triplet: CC, 56 and 68. RGB value is (204,86,104). Sum of RGB (Red+Green+Blue) = 204+86+104=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5668 is #33A997. Grayscale: #7B7B7B. Windows color (decimal): -3385752 or 6837964. OLE color: 6837964.

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

Color convert

RGB20486104-
CMYK00.580.490.2
HSL350.85º53.64%56.86%-
HSV(B)350.85º57.84%80%-
XYZ30.7320.4915.43-
YUV123.33117.09185.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.78%
GREEN value IS 86 (33.98% from 255) = 21.83%
BLUE value IS 104 (41.02% from 255) = 26.40%
R=51.78%
G=21.83%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048610400.580.490.2350.8553.6456.86
HexCC566803A311415f3639
Octal31412615007261245376671
Binary1100110010101101101000011101011000110100101011111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5668; }

 p { color: rgb(204,86,104); }

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

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

 a { background-color: rgb(204,86,104); }

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

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

 span { border-color: rgb(204,86,104); }

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