#C95370

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

Shades of Cabaret #C95370

Tints of Cabaret #C95370

Color information

#C95370 (or 0xC95370) is unknown color: approx Cabaret. HEX triplet: C9, 53 and 70. RGB value is (201,83,112). Sum of RGB (Red+Green+Blue) = 201+83+112=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C95370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95370 is #36AC8F. Grayscale: #797979. Windows color (decimal): -3583120 or 7361481. OLE color: 7361481.

HSL color Cylindrical-coordinate representation of color #C95370: hue angle of 345.25º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95370 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB20183112-
CMYK00.590.440.21
HSL345.25º52.21%55.69%-
HSV(B)345.25º58.71%78.82%-
XYZ30.1119.7717.56-
YUV121.59122.59184.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.76%
GREEN value IS 83 (32.81% from 255) = 20.96%
BLUE value IS 112 (44.14% from 255) = 28.28%
R=50.76%
G=20.96%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018311200.590.440.21345.2552.2155.69
HexC9537003B2C151593438
Octal31112316007354255316470
Binary1100100110100111110000011101110110010101101011001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95370; }

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

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

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

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

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

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

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

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