#C05D9D

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

Shades of Mulberry #C05D9D

Tints of Mulberry #C05D9D

Color information

#C05D9D (or 0xC05D9D) is unknown color: approx Mulberry. HEX triplet: C0, 5D and 9D. RGB value is (192,93,157). Sum of RGB (Red+Green+Blue) = 192+93+157=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05D9D is #3FA262. Grayscale: #818181. Windows color (decimal): -4170339 or 10313152. OLE color: 10313152.

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

Color convert

RGB19293157-
CMYK00.520.180.25
HSL321.21º44%55.88%-
HSV(B)321.21º51.56%75.29%-
XYZ31.7421.4734.37-
YUV129.9143.3172.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.44%
GREEN value IS 93 (36.72% from 255) = 21.04%
BLUE value IS 157 (61.72% from 255) = 35.52%
R=43.44%
G=21.04%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929315700.520.180.25321.214455.88
HexC05D9D03412191412c38
Octal30013523506422315015470
Binary1100000010111011001110101101001001011001101000001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05D9D; }

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

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

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

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

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

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

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

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