Html Css Color HEX #C85791 Mulberry

📋 copy color: '#C85791'

red 200 ◦ green 87 ◦ blue 145

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

Shades of Mulberry #C85791

Tints of Mulberry #C85791

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.14%

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

R = 46.3%
G = 20.14%
B = 33.56%

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

#C85791 (or 0xC85791) is known color: Mulberry. HEX triplet: C8, 57 and 91. RGB value is (200,87,145). Sum of RGB (Red+Green+Blue) = 200+87+145=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C85791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85791 is #37A86E. Grayscale: #7F7F7F. Windows color (decimal): -3647599 or 9525192. OLE color: 9525192.

HSL color Cylindrical-coordinate representation of color #C85791: hue angle of 329.2º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85791 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 87 145 -
CMYK 0 0.56 0.28 0.22
HSL 329.2º 0.51% 0.56% -
HSV(B) 329.2º 0.57% 0.78% -
XYZ 32.34 21.14 29.16 -
YUV 127.4 137.94 179.78 -
System Red Green Blue C M Y K H S L
Decimal 200 87 145 0 0.56 0.28 0.22 329.2 0.51 0.56
Hex C8 57 91 0 38 1C 16 149 33 38
Octal 310 127 221 0 70 34 26 511 63 70
Binary 11001000 1010111 10010001 0 111000 11100 10110 101001001 110011 111000

Color Harmonies of #C85791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85791

Black with #C85791

Text Example


Text Example

White with #C85791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85791; }

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

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

background-color css

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

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

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

border-color css

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

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

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