Html Css Color HEX #C85BA7 Mulberry

📋 copy color: '#C85BA7'

red 200 ◦ green 91 ◦ blue 167

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

Shades of Mulberry #C85BA7

Tints of Mulberry #C85BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.46%

R = 43.67%
G = 19.87%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C85BA7 (or 0xC85BA7) is known color: Mulberry. HEX triplet: C8, 5B and A7. RGB value is (200,91,167). Sum of RGB (Red+Green+Blue) = 200+91+167=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 167 (65.62% from 255 or 36.46% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C85BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85BA7 is #37A458. Grayscale: #848484. Windows color (decimal): -3646553 or 10968008. OLE color: 10968008.

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

Color convert

RGB 200 91 167 -
CMYK 0 0.54 0.16 0.22
HSL 318.17º 0.5% 0.57% -
HSV(B) 318.17º 0.55% 0.78% -
XYZ 34.54 22.55 39.09 -
YUV 132.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 200 91 167 0 0.54 0.16 0.22 318.17 0.5 0.57
Hex C8 5B A7 0 36 10 16 13E 32 39
Octal 310 133 247 0 66 20 26 476 62 71
Binary 11001000 1011011 10100111 0 110110 10000 10110 100111110 110010 111001

Color Harmonies of #C85BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85BA7

Black with #C85BA7

Text Example


Text Example

White with #C85BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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