#C55970

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

Shades of Cabaret #C55970

Tints of Cabaret #C55970

Color information

#C55970 (or 0xC55970) is unknown color: approx Cabaret. HEX triplet: C5, 59 and 70. RGB value is (197,89,112). Sum of RGB (Red+Green+Blue) = 197+89+112=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C55970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55970 is #3AA68F. Grayscale: #7B7B7B. Windows color (decimal): -3843728 or 7363013. OLE color: 7363013.

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

Color convert

RGB19789112-
CMYK00.550.430.23
HSL347.22º48.21%56.08%-
HSV(B)347.22º54.82%77.25%-
XYZ29.5220.1817.67-
YUV123.91121.28180.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.50%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 112 (44.14% from 255) = 28.14%
R=49.50%
G=22.36%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978911200.550.430.23347.2248.2156.08
HexC559700372B1715b3038
Octal30513116006753275336070
Binary1100010110110011110000011011110101110111101011011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55970; }

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

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

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

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

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

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

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

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