#C55570

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

Shades of Cabaret #C55570

Tints of Cabaret #C55570

Color information

#C55570 (or 0xC55570) is unknown color: approx Cabaret. HEX triplet: C5, 55 and 70. RGB value is (197,85,112). Sum of RGB (Red+Green+Blue) = 197+85+112=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C55570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55570 is #3AAA8F. Grayscale: #797979. Windows color (decimal): -3844752 or 7361989. OLE color: 7361989.

HSL color Cylindrical-coordinate representation of color #C55570: hue angle of 345.54º 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 #C55570 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB19785112-
CMYK00.570.430.23
HSL345.54º49.12%55.29%-
HSV(B)345.54º56.85%77.25%-
XYZ29.219.5417.56-
YUV121.57122.61181.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=50%
G=21.57%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978511200.570.430.23345.5449.1255.29
HexC555700392B1715a3137
Octal30512516007153275326167
Binary1100010110101011110000011100110101110111101011010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55570; }

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

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

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

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

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

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

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

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