Html Css Color HEX #C85491 Mulberry

📋 copy color: '#C85491'

red 200 ◦ green 84 ◦ blue 145

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

Shades of Mulberry #C85491

Tints of Mulberry #C85491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.58%

 BLUE value IS 145 (57.03% from 255) = 33.8%

R = 46.62%
G = 19.58%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C85491 (or 0xC85491) is known color: Mulberry. HEX triplet: C8, 54 and 91. RGB value is (200,84,145). Sum of RGB (Red+Green+Blue) = 200+84+145=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C85491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85491 is #37AB6E. Grayscale: #7D7D7D. Windows color (decimal): -3648367 or 9524424. OLE color: 9524424.

HSL color Cylindrical-coordinate representation of color #C85491: hue angle of 328.45º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85491 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 84 145 -
CMYK 0 0.58 0.28 0.22
HSL 328.45º 0.51% 0.56% -
HSV(B) 328.45º 0.58% 0.78% -
XYZ 32.1 20.66 29.08 -
YUV 125.64 138.93 181.04 -
System Red Green Blue C M Y K H S L
Decimal 200 84 145 0 0.58 0.28 0.22 328.45 0.51 0.56
Hex C8 54 91 0 3A 1C 16 148 33 38
Octal 310 124 221 0 72 34 26 510 63 70
Binary 11001000 1010100 10010001 0 111010 11100 10110 101001000 110011 111000

Color Harmonies of #C85491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85491

Black with #C85491

Text Example


Text Example

White with #C85491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85491; }

 p { color: rgb(200,84,145); }

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

background-color css

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

 a { background-color: rgb(200,84,145); }

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

border-color css

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

 span { border-color: rgb(200,84,145); }

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