Html Css Color HEX #C05990 Mulberry

📋 copy color: '#C05990'

red 192 ◦ green 89 ◦ blue 144

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

Shades of Mulberry #C05990

Tints of Mulberry #C05990

RGB

 RED value IS 192 (75.39% from 255) = 45.18%

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

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

R = 45.18%
G = 20.94%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C05990 (or 0xC05990) is known color: Mulberry. HEX triplet: C0, 59 and 90. RGB value is (192,89,144). Sum of RGB (Red+Green+Blue) = 192+89+144=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C05990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05990 is #3FA66F. Grayscale: #7D7D7D. Windows color (decimal): -4171376 or 9460160. OLE color: 9460160.

HSL color Cylindrical-coordinate representation of color #C05990: hue angle of 327.96º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05990 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 89 144 -
CMYK 0 0.54 0.25 0.25
HSL 327.96º 0.45% 0.55% -
HSV(B) 327.96º 0.54% 0.75% -
XYZ 30.34 20.36 28.72 -
YUV 126.07 138.12 175.03 -
System Red Green Blue C M Y K H S L
Decimal 192 89 144 0 0.54 0.25 0.25 327.96 0.45 0.55
Hex C0 59 90 0 36 19 19 148 2D 37
Octal 300 131 220 0 66 31 31 510 55 67
Binary 11000000 1011001 10010000 0 110110 11001 11001 101001000 101101 110111

Color Harmonies of #C05990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05990

Black with #C05990

Text Example


Text Example

White with #C05990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05990; }

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

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

background-color css

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

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

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

border-color css

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

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

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