#C95C72

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

Shades of Cabaret #C95C72

Tints of Cabaret #C95C72

Color information

#C95C72 (or 0xC95C72) is unknown color: approx Cabaret. HEX triplet: C9, 5C and 72. RGB value is (201,92,114). Sum of RGB (Red+Green+Blue) = 201+92+114=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95C72 is #36A38D. Grayscale: #7F7F7F. Windows color (decimal): -3580814 or 7494857. OLE color: 7494857.

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

Color convert

RGB20192114-
CMYK00.540.430.21
HSL347.89º50.23%57.45%-
HSV(B)347.89º54.23%78.82%-
XYZ30.9521.2918.4-
YUV127.1120.61180.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.39%
GREEN value IS 92 (36.33% from 255) = 22.60%
BLUE value IS 114 (44.92% from 255) = 28.01%
R=49.39%
G=22.60%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019211400.540.430.21347.8950.2357.45
HexC95C720362B1515c3239
Octal31113416206653255346271
Binary1100100110111001110010011011010101110101101011100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95C72; }

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

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

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

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

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

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

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

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