#CC556C

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

Shades of Cabaret #CC556C

Tints of Cabaret #CC556C

Color information

#CC556C (or 0xCC556C) is unknown color: approx Cabaret. HEX triplet: CC, 55 and 6C. RGB value is (204,85,108). Sum of RGB (Red+Green+Blue) = 204+85+108=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC556C is #33AA93. Grayscale: #7B7B7B. Windows color (decimal): -3386004 or 7099852. OLE color: 7099852.

HSL color Cylindrical-coordinate representation of color #CC556C: hue angle of 348.4º 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 #CC556C is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB20485108-
CMYK00.580.470.2
HSL348.4º53.85%56.67%-
HSV(B)348.4º58.33%80%-
XYZ30.8620.4216.5-
YUV123.2119.42185.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.39%
GREEN value IS 85 (33.59% from 255) = 21.41%
BLUE value IS 108 (42.58% from 255) = 27.20%
R=51.39%
G=21.41%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048510800.580.470.2348.453.8556.67
HexCC556C03A2F1415c3639
Octal31412515407257245346671
Binary1100110010101011101100011101010111110100101011100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC556C; }

 p { color: rgb(204,85,108); }

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

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

 a { background-color: rgb(204,85,108); }

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

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

 span { border-color: rgb(204,85,108); }

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