Html Css Color HEX #C85187 Mulberry

📋 copy color: '#C85187'

red 200 ◦ green 81 ◦ blue 135

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

Shades of Mulberry #C85187

Tints of Mulberry #C85187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.45%

R = 48.08%
G = 19.47%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C85187 (or 0xC85187) is known color: Mulberry. HEX triplet: C8, 51 and 87. RGB value is (200,81,135). Sum of RGB (Red+Green+Blue) = 200+81+135=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C85187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85187 is #37AE78. Grayscale: #7A7A7A. Windows color (decimal): -3649145 or 8868296. OLE color: 8868296.

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

Color convert

RGB 200 81 135 -
CMYK 0 0.59 0.32 0.22
HSL 332.77º 0.52% 0.55% -
HSV(B) 332.77º 0.6% 0.78% -
XYZ 31.14 19.91 25.12 -
YUV 122.74 134.92 183.11 -
System Red Green Blue C M Y K H S L
Decimal 200 81 135 0 0.59 0.32 0.22 332.77 0.52 0.55
Hex C8 51 87 0 3B 20 16 14D 34 37
Octal 310 121 207 0 73 40 26 515 64 67
Binary 11001000 1010001 10000111 0 111011 100000 10110 101001101 110100 110111

Color Harmonies of #C85187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85187

Black with #C85187

Text Example


Text Example

White with #C85187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85187; }

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

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

background-color css

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

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

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

border-color css

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

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

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