Html Css Color HEX #C85971 Cabaret

📋 copy color: '#C85971'

red 200 ◦ green 89 ◦ blue 113

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

Shades of Cabaret #C85971

Tints of Cabaret #C85971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.11%

R = 49.75%
G = 22.14%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C85971 (or 0xC85971) is known color: Cabaret. HEX triplet: C8, 59 and 71. RGB value is (200,89,113). Sum of RGB (Red+Green+Blue) = 200+89+113=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C85971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85971 is #37A68E. Grayscale: #7C7C7C. Windows color (decimal): -3647119 or 7428552. OLE color: 7428552.

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

Color convert

RGB 200 89 113 -
CMYK 0 0.56 0.44 0.22
HSL 347.03º 0.5% 0.57% -
HSV(B) 347.03º 0.56% 0.78% -
XYZ 30.37 20.62 18 -
YUV 124.93 121.27 181.55 -
System Red Green Blue C M Y K H S L
Decimal 200 89 113 0 0.56 0.44 0.22 347.03 0.5 0.57
Hex C8 59 71 0 38 2C 16 15B 32 39
Octal 310 131 161 0 70 54 26 533 62 71
Binary 11001000 1011001 1110001 0 111000 101100 10110 101011011 110010 111001

Color Harmonies of #C85971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85971

Black with #C85971

Text Example


Text Example

White with #C85971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85971; }

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

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

background-color css

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

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

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

border-color css

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

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

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