Html Css Color HEX #C85B9E Mulberry

📋 copy color: '#C85B9E'

red 200 ◦ green 91 ◦ blue 158

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

Shades of Mulberry #C85B9E

Tints of Mulberry #C85B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.19%

R = 44.54%
G = 20.27%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C85B9E (or 0xC85B9E) is known color: Mulberry. HEX triplet: C8, 5B and 9E. RGB value is (200,91,158). Sum of RGB (Red+Green+Blue) = 200+91+158=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85B9E is #37A461. Grayscale: #838383. Windows color (decimal): -3646562 or 10378184. OLE color: 10378184.

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

Color convert

RGB 200 91 158 -
CMYK 0 0.54 0.21 0.22
HSL 323.12º 0.5% 0.57% -
HSV(B) 323.12º 0.55% 0.78% -
XYZ 33.73 22.23 34.86 -
YUV 131.23 143.11 177.05 -
System Red Green Blue C M Y K H S L
Decimal 200 91 158 0 0.54 0.21 0.22 323.12 0.5 0.57
Hex C8 5B 9E 0 36 15 16 143 32 39
Octal 310 133 236 0 66 25 26 503 62 71
Binary 11001000 1011011 10011110 0 110110 10101 10110 101000011 110010 111001

Color Harmonies of #C85B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B9E

Black with #C85B9E

Text Example


Text Example

White with #C85B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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