#cc5c70

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

Shades of Cabaret #CC5C70

Tints of Cabaret #CC5C70

Color information

#CC5C70 (or 0xCC5C70) is unknown color: approx Cabaret. HEX triplet: CC, 5C and 70. RGB value is (204,92,112). Sum of RGB (Red+Green+Blue) = 204+92+112=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C70 is #33A38F. Grayscale: #7F7F7F. Windows color (decimal): -3384208 or 7363788. OLE color: 7363788.

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

Color convert

RGB20492112-
CMYK00.550.450.2
HSL349.29º52.34%58.04%-
HSV(B)349.29º54.9%80%-
XYZ31.6521.6617.84-
YUV127.77119.11182.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 92 (36.33% from 255) = 22.55%
BLUE value IS 112 (44.14% from 255) = 27.45%
R=50%
G=22.55%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049211200.550.450.2349.2952.3458.04
HexCC5C700372D1415d343a
Octal31413416006755245356472
Binary1100110010111001110000011011110110110100101011101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc5c70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc5c70; }

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

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

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

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

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

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

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

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