Html Css Color HEX #C95890 Mulberry

📋 copy color: '#C95890'

red 201 ◦ green 88 ◦ blue 144

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

Shades of Mulberry #C95890

Tints of Mulberry #C95890

RGB

 RED value IS 201 (78.91% from 255) = 46.42%

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

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

R = 46.42%
G = 20.32%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C95890 (or 0xC95890) is known color: Mulberry. HEX triplet: C9, 58 and 90. RGB value is (201,88,144). Sum of RGB (Red+Green+Blue) = 201+88+144=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C95890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95890 is #36A76F. Grayscale: #808080. Windows color (decimal): -3581808 or 9459913. OLE color: 9459913.

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

Color convert

RGB 201 88 144 -
CMYK 0 0.56 0.28 0.21
HSL 330.27º 0.51% 0.57% -
HSV(B) 330.27º 0.56% 0.79% -
XYZ 32.61 21.41 28.8 -
YUV 128.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 201 88 144 0 0.56 0.28 0.21 330.27 0.51 0.57
Hex C9 58 90 0 38 1C 15 14A 33 39
Octal 311 130 220 0 70 34 25 512 63 71
Binary 11001001 1011000 10010000 0 111000 11100 10101 101001010 110011 111001

Color Harmonies of #C95890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95890

Black with #C95890

Text Example


Text Example

White with #C95890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95890; }

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

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

background-color css

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

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

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

border-color css

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

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

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