Html Css Color HEX #C95972 Cabaret

📋 copy color: '#C95972'

red 201 ◦ green 89 ◦ blue 114

#C95972
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #C95972

Tints of Cabaret #C95972

RGB

 RED value IS 201 (78.91% from 255) = 49.75%

 GREEN value IS 89 (35.16% from 255) = 22.03%

 BLUE value IS 114 (44.92% from 255) = 28.22%

R = 49.75%
G = 22.03%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C95972 (or 0xC95972) is known color: Cabaret. HEX triplet: C9, 59 and 72. RGB value is (201,89,114). Sum of RGB (Red+Green+Blue) = 201+89+114=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C95972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95972 is #36A68D. Grayscale: #7D7D7D. Windows color (decimal): -3581582 or 7494089. OLE color: 7494089.

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

Color convert

RGB 201 89 114 -
CMYK 0 0.56 0.43 0.21
HSL 346.61º 0.51% 0.57% -
HSV(B) 346.61º 0.56% 0.79% -
XYZ 30.7 20.78 18.31 -
YUV 125.34 121.61 181.97 -
System Red Green Blue C M Y K H S L
Decimal 201 89 114 0 0.56 0.43 0.21 346.61 0.51 0.57
Hex C9 59 72 0 38 2B 15 15B 33 39
Octal 311 131 162 0 70 53 25 533 63 71
Binary 11001001 1011001 1110010 0 111000 101011 10101 101011011 110011 111001

Color Harmonies of #C95972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95972

Black with #C95972

Text Example


Text Example

White with #C95972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95972; }

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

 H1.HeaderClassName
 {
   color: #C95972;
 }
 .AnyTagClassName
 {
   color: #C95972;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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