Html Css Color HEX #C0559C Mulberry

📋 copy color: '#C0559C'

red 192 ◦ green 85 ◦ blue 156

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

Shades of Mulberry #C0559C

Tints of Mulberry #C0559C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.03%

R = 44.34%
G = 19.63%
B = 36.03%

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

#C0559C (or 0xC0559C) is known color: Mulberry. HEX triplet: C0, 55 and 9C. RGB value is (192,85,156). Sum of RGB (Red+Green+Blue) = 192+85+156=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0559C is #3FAA63. Grayscale: #7C7C7C. Windows color (decimal): -4172388 or 10245568. OLE color: 10245568.

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

Color convert

RGB 192 85 156 -
CMYK 0 0.56 0.19 0.25
HSL 320.19º 0.46% 0.54% -
HSV(B) 320.19º 0.56% 0.75% -
XYZ 30.99 20.1 33.7 -
YUV 125.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 192 85 156 0 0.56 0.19 0.25 320.19 0.46 0.54
Hex C0 55 9C 0 38 13 19 140 2E 36
Octal 300 125 234 0 70 23 31 500 56 66
Binary 11000000 1010101 10011100 0 111000 10011 11001 101000000 101110 110110

Color Harmonies of #C0559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0559C

Black with #C0559C

Text Example


Text Example

White with #C0559C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0559C; }

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

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

background-color css

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

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

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

border-color css

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

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

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