Html Css Color HEX #C85890 Mulberry

📋 copy color: '#C85890'

red 200 ◦ green 88 ◦ blue 144

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

Shades of Mulberry #C85890

Tints of Mulberry #C85890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.33%

R = 46.3%
G = 20.37%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C85890 (or 0xC85890) is known color: Mulberry. HEX triplet: C8, 58 and 90. RGB value is (200,88,144). Sum of RGB (Red+Green+Blue) = 200+88+144=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C85890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85890 is #37A76F. Grayscale: #7F7F7F. Windows color (decimal): -3647344 or 9459912. OLE color: 9459912.

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

Color convert

RGB 200 88 144 -
CMYK 0 0.56 0.28 0.22
HSL 330º 0.5% 0.56% -
HSV(B) 330º 0.56% 0.78% -
XYZ 32.34 21.27 28.79 -
YUV 127.87 137.11 179.45 -
System Red Green Blue C M Y K H S L
Decimal 200 88 144 0 0.56 0.28 0.22 330 0.5 0.56
Hex C8 58 90 0 38 1C 16 14A 32 38
Octal 310 130 220 0 70 34 26 512 62 70
Binary 11001000 1011000 10010000 0 111000 11100 10110 101001010 110010 111000

Color Harmonies of #C85890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85890

Black with #C85890

Text Example


Text Example

White with #C85890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85890; }

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

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

background-color css

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

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

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

border-color css

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

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

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