#C04AA2

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

Shades of Mulberry #C04AA2

Tints of Mulberry #C04AA2

Color information

#C04AA2 (or 0xC04AA2) is unknown color: approx Mulberry. HEX triplet: C0, 4A and A2. RGB value is (192,74,162). Sum of RGB (Red+Green+Blue) = 192+74+162=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C04AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04AA2 is #3FB55D. Grayscale: #777777. Windows color (decimal): -4175198 or 10635968. OLE color: 10635968.

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

Color convert

RGB19274162-
CMYK00.610.160.25
HSL315.25º48.36%52.16%-
HSV(B)315.25º61.46%75.29%-
XYZ30.7118.7136.18-
YUV119.31152.09179.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.86%
GREEN value IS 74 (29.30% from 255) = 17.29%
BLUE value IS 162 (63.67% from 255) = 37.85%
R=44.86%
G=17.29%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927416200.610.160.25315.2548.3652.16
HexC04AA203D101913b3034
Octal30011224207520314736064
Binary1100000010010101010001001111011000011001100111011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04AA2; }

 p { color: rgb(192,74,162); }

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

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

 a { background-color: rgb(192,74,162); }

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

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

 span { border-color: rgb(192,74,162); }

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