Html Css Color HEX #C85B8D Mulberry

📋 copy color: '#C85B8D'

red 200 ◦ green 91 ◦ blue 141

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

Shades of Mulberry #C85B8D

Tints of Mulberry #C85B8D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.06%

 BLUE value IS 141 (55.47% from 255) = 32.64%

R = 46.3%
G = 21.06%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C85B8D (or 0xC85B8D) is known color: Mulberry. HEX triplet: C8, 5B and 8D. RGB value is (200,91,141). Sum of RGB (Red+Green+Blue) = 200+91+141=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85B8D is #37A472. Grayscale: #818181. Windows color (decimal): -3646579 or 9264072. OLE color: 9264072.

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

Color convert

RGB 200 91 141 -
CMYK 0 0.54 0.29 0.22
HSL 332.48º 0.5% 0.57% -
HSV(B) 332.48º 0.55% 0.78% -
XYZ 32.37 21.68 27.68 -
YUV 129.29 134.61 178.43 -
System Red Green Blue C M Y K H S L
Decimal 200 91 141 0 0.54 0.29 0.22 332.48 0.5 0.57
Hex C8 5B 8D 0 36 1D 16 14C 32 39
Octal 310 133 215 0 66 35 26 514 62 71
Binary 11001000 1011011 10001101 0 110110 11101 10110 101001100 110010 111001

Color Harmonies of #C85B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B8D

Black with #C85B8D

Text Example


Text Example

White with #C85B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B8D; }

 p { color: rgb(200,91,141); }

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

background-color css

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

 a { background-color: rgb(200,91,141); }

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

border-color css

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

 span { border-color: rgb(200,91,141); }

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