#C05DA0

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

Shades of Mulberry #C05DA0

Tints of Mulberry #C05DA0

Color information

#C05DA0 (or 0xC05DA0) is unknown color: approx Mulberry. HEX triplet: C0, 5D and A0. RGB value is (192,93,160). Sum of RGB (Red+Green+Blue) = 192+93+160=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C05DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05DA0 is #3FA25F. Grayscale: #828282. Windows color (decimal): -4170336 or 10509760. OLE color: 10509760.

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

Color convert

RGB19293160-
CMYK00.520.170.25
HSL319.39º44%55.88%-
HSV(B)319.39º51.56%75.29%-
XYZ3221.5735.74-
YUV130.24144.8172.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.15%
GREEN value IS 93 (36.72% from 255) = 20.90%
BLUE value IS 160 (62.89% from 255) = 35.96%
R=43.15%
G=20.90%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929316000.520.170.25319.394455.88
HexC05DA0034111913f2c38
Octal30013524006421314775470
Binary1100000010111011010000001101001000111001100111111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05DA0; }

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

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

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

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

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

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

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

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