Html Css Color HEX #C95877 Cabaret

📋 copy color: '#C95877'

red 201 ◦ green 88 ◦ blue 119

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

Shades of Cabaret #C95877

Tints of Cabaret #C95877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.57%

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

R = 49.26%
G = 21.57%
B = 29.17%

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

#C95877 (or 0xC95877) is known color: Cabaret. HEX triplet: C9, 58 and 77. RGB value is (201,88,119). Sum of RGB (Red+Green+Blue) = 201+88+119=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C95877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95877 is #36A788. Grayscale: #7D7D7D. Windows color (decimal): -3581833 or 7821513. OLE color: 7821513.

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

Color convert

RGB 201 88 119 -
CMYK 0 0.56 0.41 0.21
HSL 343.54º 0.51% 0.57% -
HSV(B) 343.54º 0.56% 0.79% -
XYZ 30.91 20.73 19.82 -
YUV 125.32 124.44 181.98 -
System Red Green Blue C M Y K H S L
Decimal 201 88 119 0 0.56 0.41 0.21 343.54 0.51 0.57
Hex C9 58 77 0 38 29 15 158 33 39
Octal 311 130 167 0 70 51 25 530 63 71
Binary 11001001 1011000 1110111 0 111000 101001 10101 101011000 110011 111001

Color Harmonies of #C95877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95877

Black with #C95877

Text Example


Text Example

White with #C95877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95877; }

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

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

background-color css

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

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

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

border-color css

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

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

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