#C05D98

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

Shades of Mulberry #C05D98

Tints of Mulberry #C05D98

Color information

#C05D98 (or 0xC05D98) is unknown color: approx Mulberry. HEX triplet: C0, 5D and 98. RGB value is (192,93,152). Sum of RGB (Red+Green+Blue) = 192+93+152=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05D98 is #3FA267. Grayscale: #818181. Windows color (decimal): -4170344 or 9985472. OLE color: 9985472.

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

Color convert

RGB19293152-
CMYK00.520.210.25
HSL324.24º44%55.88%-
HSV(B)324.24º51.56%75.29%-
XYZ31.3221.332.17-
YUV129.33140.8172.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.94%
GREEN value IS 93 (36.72% from 255) = 21.28%
BLUE value IS 152 (59.77% from 255) = 34.78%
R=43.94%
G=21.28%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929315200.520.210.25324.244455.88
HexC05D9803415191442c38
Octal30013523006425315045470
Binary1100000010111011001100001101001010111001101000100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05D98; }

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

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

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

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

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

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

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

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