#C05DA2

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

Shades of Mulberry #C05DA2

Tints of Mulberry #C05DA2

Color information

#C05DA2 (or 0xC05DA2) is unknown color: approx Mulberry. HEX triplet: C0, 5D and A2. RGB value is (192,93,162). Sum of RGB (Red+Green+Blue) = 192+93+162=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C05DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05DA2 is #3FA25D. Grayscale: #828282. Windows color (decimal): -4170334 or 10640832. OLE color: 10640832.

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

Color convert

RGB19293162-
CMYK00.520.160.25
HSL318.18º44%55.88%-
HSV(B)318.18º51.56%75.29%-
XYZ32.1721.6436.66-
YUV130.47145.8171.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.95%
GREEN value IS 93 (36.72% from 255) = 20.81%
BLUE value IS 162 (63.67% from 255) = 36.24%
R=42.95%
G=20.81%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929316200.520.160.25318.184455.88
HexC05DA2034101913e2c38
Octal30013524206420314765470
Binary1100000010111011010001001101001000011001100111110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05DA2; }

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

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

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

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

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

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

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

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