#C95570

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

Shades of Cabaret #C95570

Tints of Cabaret #C95570

Color information

#C95570 (or 0xC95570) is unknown color: approx Cabaret. HEX triplet: C9, 55 and 70. RGB value is (201,85,112). Sum of RGB (Red+Green+Blue) = 201+85+112=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C95570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95570 is #36AA8F. Grayscale: #7A7A7A. Windows color (decimal): -3582608 or 7361993. OLE color: 7361993.

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

Color convert

RGB20185112-
CMYK00.580.440.21
HSL346.03º51.79%56.08%-
HSV(B)346.03º57.71%78.82%-
XYZ30.2620.0817.61-
YUV122.76121.93183.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.50%
GREEN value IS 85 (33.59% from 255) = 21.36%
BLUE value IS 112 (44.14% from 255) = 28.14%
R=50.50%
G=21.36%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018511200.580.440.21346.0351.7956.08
HexC9557003A2C1515a3438
Octal31112516007254255326470
Binary1100100110101011110000011101010110010101101011010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95570; }

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

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

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

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

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

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

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

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