#C0499C

Color #C0499C Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #C0499C

Tints of Mulberry #C0499C

Color information

#C0499C (or 0xC0499C) is unknown color: approx Mulberry. HEX triplet: C0, 49 and 9C. RGB value is (192,73,156). Sum of RGB (Red+Green+Blue) = 192+73+156=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C0499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0499C is #3FB663. Grayscale: #757575. Windows color (decimal): -4175460 or 10242496. OLE color: 10242496.

HSL color Cylindrical-coordinate representation of color #C0499C: hue angle of 318.15º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0499C is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB19273156-
CMYK00.620.190.25
HSL318.15º48.57%51.96%-
HSV(B)318.15º61.98%75.29%-
XYZ30.1218.3733.41-
YUV118.04149.42180.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.61%
GREEN value IS 73 (28.91% from 255) = 17.34%
BLUE value IS 156 (61.33% from 255) = 37.05%
R=45.61%
G=17.34%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927315600.620.190.25318.1548.5751.96
HexC0499C03E131913e3134
Octal30011123407623314766164
Binary1100000010010011001110001111101001111001100111110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0499C; }

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

 H1.HeaderClassName
 {
   color: #C0499C;
 }
 .AnyTagClassName
 {
   color: #C0499C;
 }
</style>
background-color css

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

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

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

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

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

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