#CC5C78

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

Shades of Cabaret #CC5C78

Tints of Cabaret #CC5C78

Color information

#CC5C78 (or 0xCC5C78) is unknown color: approx Cabaret. HEX triplet: CC, 5C and 78. RGB value is (204,92,120). Sum of RGB (Red+Green+Blue) = 204+92+120=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C78 is #33A387. Grayscale: #808080. Windows color (decimal): -3384200 or 7888076. OLE color: 7888076.

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

Color convert

RGB20492120-
CMYK00.550.410.2
HSL345º52.34%58.04%-
HSV(B)345º54.9%80%-
XYZ32.1221.8520.29-
YUV128.68123.11181.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.04%
GREEN value IS 92 (36.33% from 255) = 22.12%
BLUE value IS 120 (47.27% from 255) = 28.85%
R=49.04%
G=22.12%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049212000.550.410.234552.3458.04
HexCC5C780372914159343a
Octal31413417006751245316472
Binary1100110010111001111000011011110100110100101011001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5C78; }

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

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

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

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

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

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

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

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