#C95571

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

Shades of Cabaret #C95571

Tints of Cabaret #C95571

Color information

#C95571 (or 0xC95571) is unknown color: approx Cabaret. HEX triplet: C9, 55 and 71. RGB value is (201,85,113). Sum of RGB (Red+Green+Blue) = 201+85+113=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C95571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95571 is #36AA8E. Grayscale: #7A7A7A. Windows color (decimal): -3582607 or 7427529. OLE color: 7427529.

HSL color Cylindrical-coordinate representation of color #C95571: hue angle of 345.52º 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 #C95571 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB20185113-
CMYK00.580.440.21
HSL345.52º51.79%56.08%-
HSV(B)345.52º57.71%78.82%-
XYZ30.3220.1117.91-
YUV122.88122.43183.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.38%
GREEN value IS 85 (33.59% from 255) = 21.30%
BLUE value IS 113 (44.53% from 255) = 28.32%
R=50.38%
G=21.30%
B=28.32%

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
Decimal2018511300.580.440.21345.5251.7956.08
HexC9557103A2C1515a3438
Octal31112516107254255326470
Binary1100100110101011110001011101010110010101101011010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95571; }

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

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

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

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

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

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

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

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