#C95170

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

Shades of Cabaret #C95170

Tints of Cabaret #C95170

Color information

#C95170 (or 0xC95170) is unknown color: approx Cabaret. HEX triplet: C9, 51 and 70. RGB value is (201,81,112). Sum of RGB (Red+Green+Blue) = 201+81+112=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C95170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95170 is #36AE8F. Grayscale: #787878. Windows color (decimal): -3583632 or 7360969. OLE color: 7360969.

HSL color Cylindrical-coordinate representation of color #C95170: hue angle of 344.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95170 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB20181112-
CMYK00.600.440.21
HSL344.5º52.63%55.29%-
HSV(B)344.5º59.7%78.82%-
XYZ29.9519.4717.51-
YUV120.41123.26185.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.02%
GREEN value IS 81 (32.03% from 255) = 20.56%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=51.02%
G=20.56%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018111200.600.440.21344.552.6355.29
HexC9517003C2C151583537
Octal31112116007454255306567
Binary1100100110100011110000011110010110010101101011000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95170; }

 p { color: rgb(201,81,112); }

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

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

 a { background-color: rgb(201,81,112); }

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

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

 span { border-color: rgb(201,81,112); }

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