Html Css Color HEX #C85A77 Cabaret

📋 copy color: '#C85A77'

red 200 ◦ green 90 ◦ blue 119

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

Shades of Cabaret #C85A77

Tints of Cabaret #C85A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22%

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

R = 48.9%
G = 22%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C85A77 (or 0xC85A77) is known color: Cabaret. HEX triplet: C8, 5A and 77. RGB value is (200,90,119). Sum of RGB (Red+Green+Blue) = 200+90+119=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A77 is #37A588. Grayscale: #7E7E7E. Windows color (decimal): -3646857 or 7822024. OLE color: 7822024.

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

Color convert

RGB 200 90 119 -
CMYK 0 0.55 0.40 0.22
HSL 344.18º 0.5% 0.57% -
HSV(B) 344.18º 0.55% 0.78% -
XYZ 30.81 20.92 19.87 -
YUV 126.2 123.94 180.64 -
System Red Green Blue C M Y K H S L
Decimal 200 90 119 0 0.55 0.40 0.22 344.18 0.5 0.57
Hex C8 5A 77 0 37 28 16 158 32 39
Octal 310 132 167 0 67 50 26 530 62 71
Binary 11001000 1011010 1110111 0 110111 101000 10110 101011000 110010 111001

Color Harmonies of #C85A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A77

Black with #C85A77

Text Example


Text Example

White with #C85A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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