#CC5974

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

Shades of Cabaret #CC5974

Tints of Cabaret #CC5974

Color information

#CC5974 (or 0xCC5974) is unknown color: approx Cabaret. HEX triplet: CC, 59 and 74. RGB value is (204,89,116). Sum of RGB (Red+Green+Blue) = 204+89+116=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5974 is #33A68B. Grayscale: #7E7E7E. Windows color (decimal): -3384972 or 7625164. OLE color: 7625164.

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

Color convert

RGB20489116-
CMYK00.560.430.2
HSL345.91º53%57.45%-
HSV(B)345.91º56.37%80%-
XYZ31.6321.2418.96-
YUV126.46122.1183.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.88%
GREEN value IS 89 (35.16% from 255) = 21.76%
BLUE value IS 116 (45.70% from 255) = 28.36%
R=49.88%
G=21.76%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048911600.560.430.2345.915357.45
HexCC59740382B1415a3539
Octal31413116407053245326571
Binary1100110010110011110100011100010101110100101011010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5974; }

 p { color: rgb(204,89,116); }

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

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

 a { background-color: rgb(204,89,116); }

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

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

 span { border-color: rgb(204,89,116); }

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