Html Css Color HEX #C0559F Mulberry

📋 copy color: '#C0559F'

red 192 ◦ green 85 ◦ blue 159

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

Shades of Mulberry #C0559F

Tints of Mulberry #C0559F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.5%

 BLUE value IS 159 (62.5% from 255) = 36.47%

R = 44.04%
G = 19.5%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0559F (or 0xC0559F) is known color: Mulberry. HEX triplet: C0, 55 and 9F. RGB value is (192,85,159). Sum of RGB (Red+Green+Blue) = 192+85+159=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0559F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0559F is #3FAA60. Grayscale: #7D7D7D. Windows color (decimal): -4172385 or 10442176. OLE color: 10442176.

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

Color convert

RGB 192 85 159 -
CMYK 0 0.56 0.17 0.25
HSL 318.5º 0.46% 0.54% -
HSV(B) 318.5º 0.56% 0.75% -
XYZ 31.24 20.21 35.05 -
YUV 125.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 192 85 159 0 0.56 0.17 0.25 318.5 0.46 0.54
Hex C0 55 9F 0 38 11 19 13F 2E 36
Octal 300 125 237 0 70 21 31 477 56 66
Binary 11000000 1010101 10011111 0 111000 10001 11001 100111111 101110 110110

Color Harmonies of #C0559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0559F

Black with #C0559F

Text Example


Text Example

White with #C0559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0559F; }

 p { color: rgb(192,85,159); }

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

background-color css

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

 a { background-color: rgb(192,85,159); }

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

border-color css

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

 span { border-color: rgb(192,85,159); }

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