Html Css Color HEX #C85686 Mulberry

📋 copy color: '#C85686'

red 200 ◦ green 86 ◦ blue 134

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

Shades of Mulberry #C85686

Tints of Mulberry #C85686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.48%

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

R = 47.62%
G = 20.48%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C85686 (or 0xC85686) is known color: Mulberry. HEX triplet: C8, 56 and 86. RGB value is (200,86,134). Sum of RGB (Red+Green+Blue) = 200+86+134=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C85686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85686 is #37A979. Grayscale: #7D7D7D. Windows color (decimal): -3647866 or 8804040. OLE color: 8804040.

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

Color convert

RGB 200 86 134 -
CMYK 0 0.57 0.33 0.22
HSL 334.74º 0.51% 0.56% -
HSV(B) 334.74º 0.57% 0.78% -
XYZ 31.45 20.66 24.88 -
YUV 125.56 132.77 181.1 -
System Red Green Blue C M Y K H S L
Decimal 200 86 134 0 0.57 0.33 0.22 334.74 0.51 0.56
Hex C8 56 86 0 39 21 16 14F 33 38
Octal 310 126 206 0 71 41 26 517 63 70
Binary 11001000 1010110 10000110 0 111001 100001 10110 101001111 110011 111000

Color Harmonies of #C85686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85686

Black with #C85686

Text Example


Text Example

White with #C85686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85686; }

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

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

background-color css

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

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

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

border-color css

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

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

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