Html Css Color HEX #C85991 Mulberry

📋 copy color: '#C85991'

red 200 ◦ green 89 ◦ blue 145

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

Shades of Mulberry #C85991

Tints of Mulberry #C85991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.41%

R = 46.08%
G = 20.51%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C85991 (or 0xC85991) is known color: Mulberry. HEX triplet: C8, 59 and 91. RGB value is (200,89,145). Sum of RGB (Red+Green+Blue) = 200+89+145=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C85991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85991 is #37A66E. Grayscale: #808080. Windows color (decimal): -3647087 or 9525704. OLE color: 9525704.

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

Color convert

RGB 200 89 145 -
CMYK 0 0.56 0.28 0.22
HSL 329.73º 0.5% 0.57% -
HSV(B) 329.73º 0.56% 0.78% -
XYZ 32.5 21.47 29.22 -
YUV 128.57 137.27 178.95 -
System Red Green Blue C M Y K H S L
Decimal 200 89 145 0 0.56 0.28 0.22 329.73 0.5 0.57
Hex C8 59 91 0 38 1C 16 14A 32 39
Octal 310 131 221 0 70 34 26 512 62 71
Binary 11001000 1011001 10010001 0 111000 11100 10110 101001010 110010 111001

Color Harmonies of #C85991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85991

Black with #C85991

Text Example


Text Example

White with #C85991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85991; }

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

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

background-color css

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

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

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

border-color css

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

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

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