Html Css Color HEX #C85DA2 Mulberry

📋 copy color: '#C85DA2'

red 200 ◦ green 93 ◦ blue 162

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

Shades of Mulberry #C85DA2

Tints of Mulberry #C85DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.6%

R = 43.96%
G = 20.44%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C85DA2 (or 0xC85DA2) is known color: Mulberry. HEX triplet: C8, 5D and A2. RGB value is (200,93,162). Sum of RGB (Red+Green+Blue) = 200+93+162=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85DA2 is #37A25D. Grayscale: #848484. Windows color (decimal): -3646046 or 10640840. OLE color: 10640840.

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

Color convert

RGB 200 93 162 -
CMYK 0 0.54 0.19 0.22
HSL 321.31º 0.49% 0.57% -
HSV(B) 321.31º 0.54% 0.78% -
XYZ 34.26 22.72 36.76 -
YUV 132.86 144.45 175.89 -
System Red Green Blue C M Y K H S L
Decimal 200 93 162 0 0.54 0.19 0.22 321.31 0.49 0.57
Hex C8 5D A2 0 36 13 16 141 31 39
Octal 310 135 242 0 66 23 26 501 61 71
Binary 11001000 1011101 10100010 0 110110 10011 10110 101000001 110001 111001

Color Harmonies of #C85DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85DA2

Black with #C85DA2

Text Example


Text Example

White with #C85DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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