Html Css Color HEX #C85997 Mulberry

📋 copy color: '#C85997'

red 200 ◦ green 89 ◦ blue 151

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

Shades of Mulberry #C85997

Tints of Mulberry #C85997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.32%

R = 45.45%
G = 20.23%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C85997 (or 0xC85997) is known color: Mulberry. HEX triplet: C8, 59 and 97. RGB value is (200,89,151). Sum of RGB (Red+Green+Blue) = 200+89+151=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C85997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85997 is #37A668. Grayscale: #818181. Windows color (decimal): -3647081 or 9918920. OLE color: 9918920.

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

Color convert

RGB 200 89 151 -
CMYK 0 0.56 0.24 0.22
HSL 326.49º 0.5% 0.57% -
HSV(B) 326.49º 0.56% 0.78% -
XYZ 32.98 21.66 31.72 -
YUV 129.26 140.27 178.46 -
System Red Green Blue C M Y K H S L
Decimal 200 89 151 0 0.56 0.24 0.22 326.49 0.5 0.57
Hex C8 59 97 0 38 18 16 146 32 39
Octal 310 131 227 0 70 30 26 506 62 71
Binary 11001000 1011001 10010111 0 111000 11000 10110 101000110 110010 111001

Color Harmonies of #C85997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85997

Black with #C85997

Text Example


Text Example

White with #C85997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85997; }

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

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

background-color css

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

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

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

border-color css

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

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

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