#CC5A70

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

Shades of Cabaret #CC5A70

Tints of Cabaret #CC5A70

Color information

#CC5A70 (or 0xCC5A70) is unknown color: approx Cabaret. HEX triplet: CC, 5A and 70. RGB value is (204,90,112). Sum of RGB (Red+Green+Blue) = 204+90+112=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A70 is #33A58F. Grayscale: #7E7E7E. Windows color (decimal): -3384720 or 7363276. OLE color: 7363276.

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

Color convert

RGB20490112-
CMYK00.560.450.2
HSL348.42º52.78%57.65%-
HSV(B)348.42º55.88%80%-
XYZ31.4821.3217.79-
YUV126.59119.77183.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.25%
GREEN value IS 90 (35.55% from 255) = 22.17%
BLUE value IS 112 (44.14% from 255) = 27.59%
R=50.25%
G=22.17%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049011200.560.450.2348.4252.7857.65
HexCC5A700382D1415c353a
Octal31413216007055245346572
Binary1100110010110101110000011100010110110100101011100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5A70; }

 p { color: rgb(204,90,112); }

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

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

 a { background-color: rgb(204,90,112); }

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

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

 span { border-color: rgb(204,90,112); }

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