Html Css Color HEX #C85494 Mulberry

📋 copy color: '#C85494'

red 200 ◦ green 84 ◦ blue 148

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

Shades of Mulberry #C85494

Tints of Mulberry #C85494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.26%

R = 46.3%
G = 19.44%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C85494 (or 0xC85494) is known color: Mulberry. HEX triplet: C8, 54 and 94. RGB value is (200,84,148). Sum of RGB (Red+Green+Blue) = 200+84+148=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C85494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85494 is #37AB6B. Grayscale: #7D7D7D. Windows color (decimal): -3648364 or 9721032. OLE color: 9721032.

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

Color convert

RGB 200 84 148 -
CMYK 0 0.58 0.26 0.22
HSL 326.9º 0.51% 0.56% -
HSV(B) 326.9º 0.58% 0.78% -
XYZ 32.34 20.76 30.32 -
YUV 125.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 200 84 148 0 0.58 0.26 0.22 326.9 0.51 0.56
Hex C8 54 94 0 3A 1A 16 147 33 38
Octal 310 124 224 0 72 32 26 507 63 70
Binary 11001000 1010100 10010100 0 111010 11010 10110 101000111 110011 111000

Color Harmonies of #C85494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85494

Black with #C85494

Text Example


Text Example

White with #C85494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85494; }

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

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

background-color css

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

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

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

border-color css

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

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

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