Html Css Color HEX #C85186 Mulberry

📋 copy color: '#C85186'

red 200 ◦ green 81 ◦ blue 134

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

Shades of Mulberry #C85186

Tints of Mulberry #C85186

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.52%

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

R = 48.19%
G = 19.52%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C85186 (or 0xC85186) is known color: Mulberry. HEX triplet: C8, 51 and 86. RGB value is (200,81,134). Sum of RGB (Red+Green+Blue) = 200+81+134=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C85186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85186 is #37AE79. Grayscale: #7A7A7A. Windows color (decimal): -3649146 or 8802760. OLE color: 8802760.

HSL color Cylindrical-coordinate representation of color #C85186: hue angle of 333.28º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85186 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 81 134 -
CMYK 0 0.59 0.33 0.22
HSL 333.28º 0.52% 0.55% -
HSV(B) 333.28º 0.6% 0.78% -
XYZ 31.06 19.89 24.76 -
YUV 122.62 134.42 183.19 -
System Red Green Blue C M Y K H S L
Decimal 200 81 134 0 0.59 0.33 0.22 333.28 0.52 0.55
Hex C8 51 86 0 3B 21 16 14D 34 37
Octal 310 121 206 0 73 41 26 515 64 67
Binary 11001000 1010001 10000110 0 111011 100001 10110 101001101 110100 110111

Color Harmonies of #C85186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85186

Black with #C85186

Text Example


Text Example

White with #C85186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85186; }

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

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

background-color css

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

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

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

border-color css

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

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

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