Html Css Color HEX #C85894 Mulberry

📋 copy color: '#C85894'

red 200 ◦ green 88 ◦ blue 148

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

Shades of Mulberry #C85894

Tints of Mulberry #C85894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.18%

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

R = 45.87%
G = 20.18%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C85894 (or 0xC85894) is known color: Mulberry. HEX triplet: C8, 58 and 94. RGB value is (200,88,148). Sum of RGB (Red+Green+Blue) = 200+88+148=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C85894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85894 is #37A76B. Grayscale: #808080. Windows color (decimal): -3647340 or 9722056. OLE color: 9722056.

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

Color convert

RGB 200 88 148 -
CMYK 0 0.56 0.26 0.22
HSL 327.86º 0.5% 0.56% -
HSV(B) 327.86º 0.56% 0.78% -
XYZ 32.65 21.4 30.43 -
YUV 128.33 139.11 179.12 -
System Red Green Blue C M Y K H S L
Decimal 200 88 148 0 0.56 0.26 0.22 327.86 0.5 0.56
Hex C8 58 94 0 38 1A 16 148 32 38
Octal 310 130 224 0 70 32 26 510 62 70
Binary 11001000 1011000 10010100 0 111000 11010 10110 101001000 110010 111000

Color Harmonies of #C85894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85894

Black with #C85894

Text Example


Text Example

White with #C85894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85894; }

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

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

background-color css

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

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

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

border-color css

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

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

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