Html Css Color HEX #C05991 Mulberry

📋 copy color: '#C05991'

red 192 ◦ green 89 ◦ blue 145

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

Shades of Mulberry #C05991

Tints of Mulberry #C05991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.04%

R = 45.07%
G = 20.89%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C05991 (or 0xC05991) is known color: Mulberry. HEX triplet: C0, 59 and 91. RGB value is (192,89,145). Sum of RGB (Red+Green+Blue) = 192+89+145=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C05991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05991 is #3FA66E. Grayscale: #7E7E7E. Windows color (decimal): -4171375 or 9525696. OLE color: 9525696.

HSL color Cylindrical-coordinate representation of color #C05991: hue angle of 327.38º 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 #C05991 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 89 145 -
CMYK 0 0.54 0.24 0.25
HSL 327.38º 0.45% 0.55% -
HSV(B) 327.38º 0.54% 0.75% -
XYZ 30.42 20.4 29.12 -
YUV 126.18 138.62 174.95 -
System Red Green Blue C M Y K H S L
Decimal 192 89 145 0 0.54 0.24 0.25 327.38 0.45 0.55
Hex C0 59 91 0 36 18 19 147 2D 37
Octal 300 131 221 0 66 30 31 507 55 67
Binary 11000000 1011001 10010001 0 110110 11000 11001 101000111 101101 110111

Color Harmonies of #C05991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05991

Black with #C05991

Text Example


Text Example

White with #C05991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05991; }

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

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

background-color css

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

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

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

border-color css

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

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

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