Html Css Color HEX #C85B93 Mulberry

📋 copy color: '#C85B93'

red 200 ◦ green 91 ◦ blue 147

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

Shades of Mulberry #C85B93

Tints of Mulberry #C85B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.56%

R = 45.66%
G = 20.78%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C85B93 (or 0xC85B93) is known color: Mulberry. HEX triplet: C8, 5B and 93. RGB value is (200,91,147). Sum of RGB (Red+Green+Blue) = 200+91+147=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85B93 is #37A46C. Grayscale: #818181. Windows color (decimal): -3646573 or 9657288. OLE color: 9657288.

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

Color convert

RGB 200 91 147 -
CMYK 0 0.54 0.26 0.22
HSL 329.17º 0.5% 0.57% -
HSV(B) 329.17º 0.55% 0.78% -
XYZ 32.83 21.87 30.09 -
YUV 129.98 137.61 177.95 -
System Red Green Blue C M Y K H S L
Decimal 200 91 147 0 0.54 0.26 0.22 329.17 0.5 0.57
Hex C8 5B 93 0 36 1A 16 149 32 39
Octal 310 133 223 0 66 32 26 511 62 71
Binary 11001000 1011011 10010011 0 110110 11010 10110 101001001 110010 111001

Color Harmonies of #C85B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B93

Black with #C85B93

Text Example


Text Example

White with #C85B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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