Html Css Color HEX #C95776 Cabaret

📋 copy color: '#C95776'

red 201 ◦ green 87 ◦ blue 118

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

Shades of Cabaret #C95776

Tints of Cabaret #C95776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.43%

 BLUE value IS 118 (46.48% from 255) = 29.06%

R = 49.51%
G = 21.43%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C95776 (or 0xC95776) is known color: Cabaret. HEX triplet: C9, 57 and 76. RGB value is (201,87,118). Sum of RGB (Red+Green+Blue) = 201+87+118=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C95776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95776 is #36A889. Grayscale: #7C7C7C. Windows color (decimal): -3582090 or 7755721. OLE color: 7755721.

HSL color Cylindrical-coordinate representation of color #C95776: hue angle of 343.68º degrees, saturation: 0.51, 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 #C95776 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 87 118 -
CMYK 0 0.57 0.41 0.21
HSL 343.68º 0.51% 0.56% -
HSV(B) 343.68º 0.57% 0.79% -
XYZ 30.77 20.54 19.48 -
YUV 124.62 124.27 182.48 -
System Red Green Blue C M Y K H S L
Decimal 201 87 118 0 0.57 0.41 0.21 343.68 0.51 0.56
Hex C9 57 76 0 39 29 15 158 33 38
Octal 311 127 166 0 71 51 25 530 63 70
Binary 11001001 1010111 1110110 0 111001 101001 10101 101011000 110011 111000

Color Harmonies of #C95776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95776

Black with #C95776

Text Example


Text Example

White with #C95776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95776; }

 p { color: rgb(201,87,118); }

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

background-color css

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

 a { background-color: rgb(201,87,118); }

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

border-color css

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

 span { border-color: rgb(201,87,118); }

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