Html Css Color HEX #C85DA6 Mulberry

📋 copy color: '#C85DA6'

red 200 ◦ green 93 ◦ blue 166

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

Shades of Mulberry #C85DA6

Tints of Mulberry #C85DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.17%

R = 43.57%
G = 20.26%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C85DA6 (or 0xC85DA6) is known color: Mulberry. HEX triplet: C8, 5D and A6. RGB value is (200,93,166). Sum of RGB (Red+Green+Blue) = 200+93+166=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85DA6 is #37A259. Grayscale: #858585. Windows color (decimal): -3646042 or 10902984. OLE color: 10902984.

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

Color convert

RGB 200 93 166 -
CMYK 0 0.54 0.17 0.22
HSL 319.07º 0.49% 0.57% -
HSV(B) 319.07º 0.54% 0.78% -
XYZ 34.62 22.86 38.66 -
YUV 133.32 146.45 175.56 -
System Red Green Blue C M Y K H S L
Decimal 200 93 166 0 0.54 0.17 0.22 319.07 0.49 0.57
Hex C8 5D A6 0 36 11 16 13F 31 39
Octal 310 135 246 0 66 21 26 477 61 71
Binary 11001000 1011101 10100110 0 110110 10001 10110 100111111 110001 111001

Color Harmonies of #C85DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85DA6

Black with #C85DA6

Text Example


Text Example

White with #C85DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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