Html Css Color HEX #C55990 Mulberry

📋 copy color: '#C55990'

red 197 ◦ green 89 ◦ blue 144

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

Shades of Mulberry #C55990

Tints of Mulberry #C55990

RGB

 RED value IS 197 (77.34% from 255) = 45.81%

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

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

R = 45.81%
G = 20.7%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C55990 (or 0xC55990) is known color: Mulberry. HEX triplet: C5, 59 and 90. RGB value is (197,89,144). Sum of RGB (Red+Green+Blue) = 197+89+144=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C55990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55990 is #3AA66F. Grayscale: #7F7F7F. Windows color (decimal): -3843696 or 9460165. OLE color: 9460165.

HSL color Cylindrical-coordinate representation of color #C55990: hue angle of 329.44º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C55990 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 89 144 -
CMYK 0 0.55 0.27 0.23
HSL 329.44º 0.48% 0.56% -
HSV(B) 329.44º 0.55% 0.77% -
XYZ 31.63 21.03 28.78 -
YUV 127.56 137.28 177.53 -
System Red Green Blue C M Y K H S L
Decimal 197 89 144 0 0.55 0.27 0.23 329.44 0.48 0.56
Hex C5 59 90 0 37 1B 17 149 30 38
Octal 305 131 220 0 67 33 27 511 60 70
Binary 11000101 1011001 10010000 0 110111 11011 10111 101001001 110000 111000

Color Harmonies of #C55990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55990

Black with #C55990

Text Example


Text Example

White with #C55990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55990; }

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

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

background-color css

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

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

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

border-color css

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

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

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