#C55572

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

Shades of Cabaret #C55572

Tints of Cabaret #C55572

Color information

#C55572 (or 0xC55572) is unknown color: approx Cabaret. HEX triplet: C5, 55 and 72. RGB value is (197,85,114). Sum of RGB (Red+Green+Blue) = 197+85+114=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C55572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55572 is #3AAA8D. Grayscale: #797979. Windows color (decimal): -3844750 or 7493061. OLE color: 7493061.

HSL color Cylindrical-coordinate representation of color #C55572: hue angle of 344.46º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55572 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB19785114-
CMYK00.570.420.23
HSL344.46º49.12%55.29%-
HSV(B)344.46º56.85%77.25%-
XYZ29.3119.5818.15-
YUV121.79123.61181.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.75%
GREEN value IS 85 (33.59% from 255) = 21.46%
BLUE value IS 114 (44.92% from 255) = 28.79%
R=49.75%
G=21.46%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978511400.570.420.23344.4649.1255.29
HexC555720392A171583137
Octal30512516207152275306167
Binary1100010110101011110010011100110101010111101011000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55572; }

 p { color: rgb(197,85,114); }

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

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

 a { background-color: rgb(197,85,114); }

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

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

 span { border-color: rgb(197,85,114); }

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