Html Css Color HEX #C55090 Mulberry

📋 copy color: '#C55090'

red 197 ◦ green 80 ◦ blue 144

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

Shades of Mulberry #C55090

Tints of Mulberry #C55090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19%

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

R = 46.79%
G = 19%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C55090 (or 0xC55090) is known color: Mulberry. HEX triplet: C5, 50 and 90. RGB value is (197,80,144). Sum of RGB (Red+Green+Blue) = 197+80+144=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C55090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55090 is #3AAF6F. Grayscale: #7A7A7A. Windows color (decimal): -3846000 or 9457861. OLE color: 9457861.

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

Color convert

RGB 197 80 144 -
CMYK 0 0.59 0.27 0.23
HSL 327.18º 0.5% 0.54% -
HSV(B) 327.18º 0.59% 0.77% -
XYZ 30.93 19.62 28.54 -
YUV 122.28 140.26 181.3 -
System Red Green Blue C M Y K H S L
Decimal 197 80 144 0 0.59 0.27 0.23 327.18 0.5 0.54
Hex C5 50 90 0 3B 1B 17 147 32 36
Octal 305 120 220 0 73 33 27 507 62 66
Binary 11000101 1010000 10010000 0 111011 11011 10111 101000111 110010 110110

Color Harmonies of #C55090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55090

Black with #C55090

Text Example


Text Example

White with #C55090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55090; }

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

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

background-color css

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

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

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

border-color css

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

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

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