#C55070

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

Shades of Cabaret #C55070

Tints of Cabaret #C55070

Color information

#C55070 (or 0xC55070) is unknown color: approx Cabaret. HEX triplet: C5, 50 and 70. RGB value is (197,80,112). Sum of RGB (Red+Green+Blue) = 197+80+112=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C55070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55070 is #3AAF8F. Grayscale: #767676. Windows color (decimal): -3846032 or 7360709. OLE color: 7360709.

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

Color convert

RGB19780112-
CMYK00.590.430.23
HSL343.59º50.21%54.31%-
HSV(B)343.59º59.39%77.25%-
XYZ28.8218.7817.43-
YUV118.63124.26183.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.64%
GREEN value IS 80 (31.64% from 255) = 20.57%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=50.64%
G=20.57%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978011200.590.430.23343.5950.2154.31
HexC5507003B2B171583236
Octal30512016007353275306266
Binary1100010110100001110000011101110101110111101011000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55070; }

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

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

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

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

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

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

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

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