Html Css Color HEX #C0559B Mulberry

📋 copy color: '#C0559B'

red 192 ◦ green 85 ◦ blue 155

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

Shades of Mulberry #C0559B

Tints of Mulberry #C0559B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.88%

R = 44.44%
G = 19.68%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0559B (or 0xC0559B) is known color: Mulberry. HEX triplet: C0, 55 and 9B. RGB value is (192,85,155). Sum of RGB (Red+Green+Blue) = 192+85+155=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0559B is #3FAA64. Grayscale: #7C7C7C. Windows color (decimal): -4172389 or 10180032. OLE color: 10180032.

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

Color convert

RGB 192 85 155 -
CMYK 0 0.56 0.19 0.25
HSL 320.75º 0.46% 0.54% -
HSV(B) 320.75º 0.56% 0.75% -
XYZ 30.9 20.07 33.26 -
YUV 124.97 144.95 175.81 -
System Red Green Blue C M Y K H S L
Decimal 192 85 155 0 0.56 0.19 0.25 320.75 0.46 0.54
Hex C0 55 9B 0 38 13 19 141 2E 36
Octal 300 125 233 0 70 23 31 501 56 66
Binary 11000000 1010101 10011011 0 111000 10011 11001 101000001 101110 110110

Color Harmonies of #C0559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0559B

Black with #C0559B

Text Example


Text Example

White with #C0559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0559B; }

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

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

background-color css

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

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

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

border-color css

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

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

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