Html Css Color HEX #C95990 Mulberry

📋 copy color: '#C95990'

red 201 ◦ green 89 ◦ blue 144

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

Shades of Mulberry #C95990

Tints of Mulberry #C95990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.51%

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

R = 46.31%
G = 20.51%
B = 33.18%

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

#C95990 (or 0xC95990) is known color: Mulberry. HEX triplet: C9, 59 and 90. RGB value is (201,89,144). Sum of RGB (Red+Green+Blue) = 201+89+144=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C95990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95990 is #36A66F. Grayscale: #808080. Windows color (decimal): -3581552 or 9460169. OLE color: 9460169.

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

Color convert

RGB 201 89 144 -
CMYK 0 0.56 0.28 0.21
HSL 330.54º 0.51% 0.57% -
HSV(B) 330.54º 0.56% 0.79% -
XYZ 32.69 21.58 28.83 -
YUV 128.76 136.61 179.53 -
System Red Green Blue C M Y K H S L
Decimal 201 89 144 0 0.56 0.28 0.21 330.54 0.51 0.57
Hex C9 59 90 0 38 1C 15 14B 33 39
Octal 311 131 220 0 70 34 25 513 63 71
Binary 11001001 1011001 10010000 0 111000 11100 10101 101001011 110011 111001

Color Harmonies of #C95990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95990

Black with #C95990

Text Example


Text Example

White with #C95990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95990; }

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

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

background-color css

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

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

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

border-color css

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

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

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