Html Css Color HEX #C95977 Cabaret

📋 copy color: '#C95977'

red 201 ◦ green 89 ◦ blue 119

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

Shades of Cabaret #C95977

Tints of Cabaret #C95977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.1%

R = 49.14%
G = 21.76%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C95977 (or 0xC95977) is known color: Cabaret. HEX triplet: C9, 59 and 77. RGB value is (201,89,119). Sum of RGB (Red+Green+Blue) = 201+89+119=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C95977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95977 is #36A688. Grayscale: #7D7D7D. Windows color (decimal): -3581577 or 7821769. OLE color: 7821769.

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

Color convert

RGB 201 89 119 -
CMYK 0 0.56 0.41 0.21
HSL 343.93º 0.51% 0.57% -
HSV(B) 343.93º 0.56% 0.79% -
XYZ 30.99 20.89 19.85 -
YUV 125.91 124.11 181.56 -
System Red Green Blue C M Y K H S L
Decimal 201 89 119 0 0.56 0.41 0.21 343.93 0.51 0.57
Hex C9 59 77 0 38 29 15 158 33 39
Octal 311 131 167 0 70 51 25 530 63 71
Binary 11001001 1011001 1110111 0 111000 101001 10101 101011000 110011 111001

Color Harmonies of #C95977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95977

Black with #C95977

Text Example


Text Example

White with #C95977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95977; }

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

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

background-color css

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

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

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

border-color css

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

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

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