#CC566A

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

Shades of Cabaret #CC566A

Tints of Cabaret #CC566A

Color information

#CC566A (or 0xCC566A) is unknown color: approx Cabaret. HEX triplet: CC, 56 and 6A. RGB value is (204,86,106). Sum of RGB (Red+Green+Blue) = 204+86+106=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC566A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC566A is #33A995. Grayscale: #7B7B7B. Windows color (decimal): -3385750 or 6969036. OLE color: 6969036.

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

Color convert

RGB20486106-
CMYK00.580.480.2
HSL349.83º53.64%56.86%-
HSV(B)349.83º57.84%80%-
XYZ30.8320.5315.97-
YUV123.56118.09185.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.52%
GREEN value IS 86 (33.98% from 255) = 21.72%
BLUE value IS 106 (41.80% from 255) = 26.77%
R=51.52%
G=21.72%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048610600.580.480.2349.8353.6456.86
HexCC566A03A301415e3639
Octal31412615207260245366671
Binary1100110010101101101010011101011000010100101011110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC566A; }

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

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

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

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

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

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

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

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