#C04CA2

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

Shades of Mulberry #C04CA2

Tints of Mulberry #C04CA2

Color information

#C04CA2 (or 0xC04CA2) is unknown color: approx Mulberry. HEX triplet: C0, 4C and A2. RGB value is (192,76,162). Sum of RGB (Red+Green+Blue) = 192+76+162=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04CA2 is #3FB35D. Grayscale: #787878. Windows color (decimal): -4174686 or 10636480. OLE color: 10636480.

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

Color convert

RGB19276162-
CMYK00.600.160.25
HSL315.52º47.93%52.55%-
HSV(B)315.52º60.42%75.29%-
XYZ30.8418.9836.22-
YUV120.49151.43179.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.65%
GREEN value IS 76 (30.08% from 255) = 17.67%
BLUE value IS 162 (63.67% from 255) = 37.67%
R=44.65%
G=17.67%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927616200.600.160.25315.5247.9352.55
HexC04CA203C101913c3035
Octal30011424207420314746065
Binary1100000010011001010001001111001000011001100111100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04CA2; }

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

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

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

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

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

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

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

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