#C0459D

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

Shades of Mulberry #C0459D

Tints of Mulberry #C0459D

Color information

#C0459D (or 0xC0459D) is unknown color: approx Mulberry. HEX triplet: C0, 45 and 9D. RGB value is (192,69,157). Sum of RGB (Red+Green+Blue) = 192+69+157=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0459D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0459D is #3FBA62. Grayscale: #737373. Windows color (decimal): -4176483 or 10307008. OLE color: 10307008.

HSL color Cylindrical-coordinate representation of color #C0459D: hue angle of 317.07º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0459D is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB19269157-
CMYK00.640.180.25
HSL317.07º49.4%51.18%-
HSV(B)317.07º64.06%75.29%-
XYZ29.9517.933.77-
YUV115.81151.25182.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.93%
GREEN value IS 69 (27.34% from 255) = 16.51%
BLUE value IS 157 (61.72% from 255) = 37.56%
R=45.93%
G=16.51%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926915700.640.180.25317.0749.451.18
HexC0459D040121913d3133
Octal300105235010022314756163
Binary11000000100010110011101010000001001011001100111101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0459D; }

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

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

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

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

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

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

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

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