Html Css Color HEX #C95B77 Cabaret

📋 copy color: '#C95B77'

red 201 ◦ green 91 ◦ blue 119

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

Shades of Cabaret #C95B77

Tints of Cabaret #C95B77

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.14%

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

R = 48.91%
G = 22.14%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C95B77 (or 0xC95B77) is known color: Cabaret. HEX triplet: C9, 5B and 77. RGB value is (201,91,119). Sum of RGB (Red+Green+Blue) = 201+91+119=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95B77 is #36A488. Grayscale: #7F7F7F. Windows color (decimal): -3581065 or 7822281. OLE color: 7822281.

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

Color convert

RGB 201 91 119 -
CMYK 0 0.55 0.41 0.21
HSL 344.73º 0.5% 0.57% -
HSV(B) 344.73º 0.55% 0.79% -
XYZ 31.16 21.23 19.91 -
YUV 127.08 123.44 180.72 -
System Red Green Blue C M Y K H S L
Decimal 201 91 119 0 0.55 0.41 0.21 344.73 0.5 0.57
Hex C9 5B 77 0 37 29 15 159 32 39
Octal 311 133 167 0 67 51 25 531 62 71
Binary 11001001 1011011 1110111 0 110111 101001 10101 101011001 110010 111001

Color Harmonies of #C95B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95B77

Black with #C95B77

Text Example


Text Example

White with #C95B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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