Html Css Color HEX #C85786 Mulberry

📋 copy color: '#C85786'

red 200 ◦ green 87 ◦ blue 134

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

Shades of Mulberry #C85786

Tints of Mulberry #C85786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.83%

R = 47.51%
G = 20.67%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C85786 (or 0xC85786) is known color: Mulberry. HEX triplet: C8, 57 and 86. RGB value is (200,87,134). Sum of RGB (Red+Green+Blue) = 200+87+134=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C85786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85786 is #37A879. Grayscale: #7E7E7E. Windows color (decimal): -3647610 or 8804296. OLE color: 8804296.

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

Color convert

RGB 200 87 134 -
CMYK 0 0.56 0.33 0.22
HSL 335.04º 0.51% 0.56% -
HSV(B) 335.04º 0.57% 0.78% -
XYZ 31.53 20.82 24.91 -
YUV 126.15 132.44 180.68 -
System Red Green Blue C M Y K H S L
Decimal 200 87 134 0 0.56 0.33 0.22 335.04 0.51 0.56
Hex C8 57 86 0 38 21 16 14F 33 38
Octal 310 127 206 0 70 41 26 517 63 70
Binary 11001000 1010111 10000110 0 111000 100001 10110 101001111 110011 111000

Color Harmonies of #C85786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85786

Black with #C85786

Text Example


Text Example

White with #C85786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85786; }

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

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

background-color css

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

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

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

border-color css

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

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

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