Html Css Color HEX #C85B77 Cabaret

📋 copy color: '#C85B77'

red 200 ◦ green 91 ◦ blue 119

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

Shades of Cabaret #C85B77

Tints of Cabaret #C85B77

RGB

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

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

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

R = 48.78%
G = 22.2%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C85B77 (or 0xC85B77) is known color: Cabaret. HEX triplet: C8, 5B and 77. RGB value is (200,91,119). Sum of RGB (Red+Green+Blue) = 200+91+119=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B77 is #37A488. Grayscale: #7E7E7E. Windows color (decimal): -3646601 or 7822280. OLE color: 7822280.

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

Color convert

RGB 200 91 119 -
CMYK 0 0.54 0.40 0.22
HSL 344.59º 0.5% 0.57% -
HSV(B) 344.59º 0.55% 0.78% -
XYZ 30.89 21.09 19.9 -
YUV 126.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 200 91 119 0 0.54 0.40 0.22 344.59 0.5 0.57
Hex C8 5B 77 0 36 28 16 159 32 39
Octal 310 133 167 0 66 50 26 531 62 71
Binary 11001000 1011011 1110111 0 110110 101000 10110 101011001 110010 111001

Color Harmonies of #C85B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B77

Black with #C85B77

Text Example


Text Example

White with #C85B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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