#C95573

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

Shades of Cabaret #C95573

Tints of Cabaret #C95573

Color information

#C95573 (or 0xC95573) is unknown color: approx Cabaret. HEX triplet: C9, 55 and 73. RGB value is (201,85,115). Sum of RGB (Red+Green+Blue) = 201+85+115=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C95573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95573 is #36AA8C. Grayscale: #7B7B7B. Windows color (decimal): -3582605 or 7558601. OLE color: 7558601.

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

Color convert

RGB20185115-
CMYK00.580.430.21
HSL344.48º51.79%56.08%-
HSV(B)344.48º57.71%78.82%-
XYZ30.4320.1518.51-
YUV123.1123.43183.56-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.12%
GREEN value IS 85 (33.59% from 255) = 21.20%
BLUE value IS 115 (45.31% from 255) = 28.68%
R=50.12%
G=21.20%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018511500.580.430.21344.4851.7956.08
HexC9557303A2B151583438
Octal31112516307253255306470
Binary1100100110101011110011011101010101110101101011000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95573; }

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

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

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

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

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

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

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

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