Html Css Color HEX #C85977 Cabaret

📋 copy color: '#C85977'

red 200 ◦ green 89 ◦ blue 119

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

Shades of Cabaret #C85977

Tints of Cabaret #C85977

RGB

 RED value IS 200 (78.52% from 255) = 49.02%

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

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

R = 49.02%
G = 21.81%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C85977 (or 0xC85977) is known color: Cabaret. HEX triplet: C8, 59 and 77. RGB value is (200,89,119). Sum of RGB (Red+Green+Blue) = 200+89+119=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C85977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85977 is #37A688. Grayscale: #7D7D7D. Windows color (decimal): -3647113 or 7821768. OLE color: 7821768.

HSL color Cylindrical-coordinate representation of color #C85977: hue angle of 343.78º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85977 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 89 119 -
CMYK 0 0.56 0.40 0.22
HSL 343.78º 0.5% 0.57% -
HSV(B) 343.78º 0.56% 0.78% -
XYZ 30.72 20.76 19.84 -
YUV 125.61 124.27 181.06 -
System Red Green Blue C M Y K H S L
Decimal 200 89 119 0 0.56 0.40 0.22 343.78 0.5 0.57
Hex C8 59 77 0 38 28 16 158 32 39
Octal 310 131 167 0 70 50 26 530 62 71
Binary 11001000 1011001 1110111 0 111000 101000 10110 101011000 110010 111001

Color Harmonies of #C85977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85977

Black with #C85977

Text Example


Text Example

White with #C85977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85977; }

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

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

background-color css

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

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

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

border-color css

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

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

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