Html Css Color HEX #C85B8E Mulberry

📋 copy color: '#C85B8E'

red 200 ◦ green 91 ◦ blue 142

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

Shades of Mulberry #C85B8E

Tints of Mulberry #C85B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.79%

R = 46.19%
G = 21.02%
B = 32.79%

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

#C85B8E (or 0xC85B8E) is known color: Mulberry. HEX triplet: C8, 5B and 8E. RGB value is (200,91,142). Sum of RGB (Red+Green+Blue) = 200+91+142=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85B8E is #37A471. Grayscale: #818181. Windows color (decimal): -3646578 or 9329608. OLE color: 9329608.

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

Color convert

RGB 200 91 142 -
CMYK 0 0.54 0.29 0.22
HSL 331.93º 0.5% 0.57% -
HSV(B) 331.93º 0.55% 0.78% -
XYZ 32.44 21.71 28.07 -
YUV 129.41 135.11 178.35 -
System Red Green Blue C M Y K H S L
Decimal 200 91 142 0 0.54 0.29 0.22 331.93 0.5 0.57
Hex C8 5B 8E 0 36 1D 16 14C 32 39
Octal 310 133 216 0 66 35 26 514 62 71
Binary 11001000 1011011 10001110 0 110110 11101 10110 101001100 110010 111001

Color Harmonies of #C85B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B8E

Black with #C85B8E

Text Example


Text Example

White with #C85B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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