#C04C9A

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

Shades of Mulberry #C04C9A

Tints of Mulberry #C04C9A

Color information

#C04C9A (or 0xC04C9A) is unknown color: approx Mulberry. HEX triplet: C0, 4C and 9A. RGB value is (192,76,154). Sum of RGB (Red+Green+Blue) = 192+76+154=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04C9A is #3FB365. Grayscale: #777777. Windows color (decimal): -4174694 or 10112192. OLE color: 10112192.

HSL color Cylindrical-coordinate representation of color #C04C9A: hue angle of 319.66º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04C9A is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB19276154-
CMYK00.600.200.25
HSL319.66º47.93%52.55%-
HSV(B)319.66º60.42%75.29%-
XYZ30.1618.7132.59-
YUV119.58147.43179.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.50%
GREEN value IS 76 (30.08% from 255) = 18.01%
BLUE value IS 154 (60.55% from 255) = 36.49%
R=45.50%
G=18.01%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927615400.600.200.25319.6647.9352.55
HexC04C9A03C14191403035
Octal30011423207424315006065
Binary1100000010011001001101001111001010011001101000000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04C9A; }

 p { color: rgb(192,76,154); }

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

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

 a { background-color: rgb(192,76,154); }

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

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

 span { border-color: rgb(192,76,154); }

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