Html Css Color HEX #C85BA6 Mulberry

📋 copy color: '#C85BA6'

red 200 ◦ green 91 ◦ blue 166

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

Shades of Mulberry #C85BA6

Tints of Mulberry #C85BA6

RGB

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

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

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

R = 43.76%
G = 19.91%
B = 36.32%

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

#C85BA6 (or 0xC85BA6) is known color: Mulberry. HEX triplet: C8, 5B and A6. RGB value is (200,91,166). Sum of RGB (Red+Green+Blue) = 200+91+166=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C85BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85BA6 is #37A459. Grayscale: #838383. Windows color (decimal): -3646554 or 10902472. OLE color: 10902472.

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

Color convert

RGB 200 91 166 -
CMYK 0 0.54 0.17 0.22
HSL 318.72º 0.5% 0.57% -
HSV(B) 318.72º 0.55% 0.78% -
XYZ 34.44 22.51 38.61 -
YUV 132.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 200 91 166 0 0.54 0.17 0.22 318.72 0.5 0.57
Hex C8 5B A6 0 36 11 16 13F 32 39
Octal 310 133 246 0 66 21 26 477 62 71
Binary 11001000 1011011 10100110 0 110110 10001 10110 100111111 110010 111001

Color Harmonies of #C85BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85BA6

Black with #C85BA6

Text Example


Text Example

White with #C85BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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