Html Css Color HEX #C95971 Cabaret

📋 copy color: '#C95971'

red 201 ◦ green 89 ◦ blue 113

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

Shades of Cabaret #C95971

Tints of Cabaret #C95971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.04%

R = 49.88%
G = 22.08%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C95971 (or 0xC95971) is known color: Cabaret. HEX triplet: C9, 59 and 71. RGB value is (201,89,113). Sum of RGB (Red+Green+Blue) = 201+89+113=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C95971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95971 is #36A68E. Grayscale: #7D7D7D. Windows color (decimal): -3581583 or 7428553. OLE color: 7428553.

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

Color convert

RGB 201 89 113 -
CMYK 0 0.56 0.44 0.21
HSL 347.14º 0.51% 0.57% -
HSV(B) 347.14º 0.56% 0.79% -
XYZ 30.64 20.75 18.01 -
YUV 125.22 121.11 182.05 -
System Red Green Blue C M Y K H S L
Decimal 201 89 113 0 0.56 0.44 0.21 347.14 0.51 0.57
Hex C9 59 71 0 38 2C 15 15B 33 39
Octal 311 131 161 0 70 54 25 533 63 71
Binary 11001001 1011001 1110001 0 111000 101100 10101 101011011 110011 111001

Color Harmonies of #C95971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95971

Black with #C95971

Text Example


Text Example

White with #C95971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95971; }

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

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

background-color css

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

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

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

border-color css

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

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

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