#CC5678

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

Shades of Cabaret #CC5678

Tints of Cabaret #CC5678

Color information

#CC5678 (or 0xCC5678) is unknown color: approx Cabaret. HEX triplet: CC, 56 and 78. RGB value is (204,86,120). Sum of RGB (Red+Green+Blue) = 204+86+120=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5678 is #33A987. Grayscale: #7D7D7D. Windows color (decimal): -3385736 or 7886540. OLE color: 7886540.

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

Color convert

RGB20486120-
CMYK00.580.410.2
HSL342.71º53.64%56.86%-
HSV(B)342.71º57.84%80%-
XYZ31.6220.8520.13-
YUV125.16125.09184.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.76%
GREEN value IS 86 (33.98% from 255) = 20.98%
BLUE value IS 120 (47.27% from 255) = 29.27%
R=49.76%
G=20.98%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048612000.580.410.2342.7153.6456.86
HexCC567803A29141573639
Octal31412617007251245276671
Binary1100110010101101111000011101010100110100101010111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5678; }

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

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

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

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

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

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

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

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