Html Css Color HEX #C85D9F Mulberry

📋 copy color: '#C85D9F'

red 200 ◦ green 93 ◦ blue 159

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

Shades of Mulberry #C85D9F

Tints of Mulberry #C85D9F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.58%

 BLUE value IS 159 (62.5% from 255) = 35.18%

R = 44.25%
G = 20.58%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C85D9F (or 0xC85D9F) is known color: Mulberry. HEX triplet: C8, 5D and 9F. RGB value is (200,93,159). Sum of RGB (Red+Green+Blue) = 200+93+159=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85D9F is #37A260. Grayscale: #848484. Windows color (decimal): -3646049 or 10444232. OLE color: 10444232.

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

Color convert

RGB 200 93 159 -
CMYK 0 0.54 0.20 0.22
HSL 322.99º 0.49% 0.57% -
HSV(B) 322.99º 0.54% 0.78% -
XYZ 33.99 22.61 35.37 -
YUV 132.52 142.95 176.13 -
System Red Green Blue C M Y K H S L
Decimal 200 93 159 0 0.54 0.20 0.22 322.99 0.49 0.57
Hex C8 5D 9F 0 36 14 16 143 31 39
Octal 310 135 237 0 66 24 26 503 61 71
Binary 11001000 1011101 10011111 0 110110 10100 10110 101000011 110001 111001

Color Harmonies of #C85D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D9F

Black with #C85D9F

Text Example


Text Example

White with #C85D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D9F; }

 p { color: rgb(200,93,159); }

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

background-color css

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

 a { background-color: rgb(200,93,159); }

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

border-color css

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

 span { border-color: rgb(200,93,159); }

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