#C95672

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

Shades of Cabaret #C95672

Tints of Cabaret #C95672

Color information

#C95672 (or 0xC95672) is unknown color: approx Cabaret. HEX triplet: C9, 56 and 72. RGB value is (201,86,114). Sum of RGB (Red+Green+Blue) = 201+86+114=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C95672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95672 is #36A98D. Grayscale: #7B7B7B. Windows color (decimal): -3582350 or 7493321. OLE color: 7493321.

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

Color convert

RGB20186114-
CMYK00.570.430.21
HSL345.39º51.57%56.27%-
HSV(B)345.39º57.21%78.82%-
XYZ30.4520.2918.23-
YUV123.58122.6183.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.12%
GREEN value IS 86 (33.98% from 255) = 21.45%
BLUE value IS 114 (44.92% from 255) = 28.43%
R=50.12%
G=21.45%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018611400.570.430.21345.3951.5756.27
HexC956720392B151593438
Octal31112616207153255316470
Binary1100100110101101110010011100110101110101101011001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95672; }

 p { color: rgb(201,86,114); }

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

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

 a { background-color: rgb(201,86,114); }

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

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

 span { border-color: rgb(201,86,114); }

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