#C0509D

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

Shades of Mulberry #C0509D

Tints of Mulberry #C0509D

Color information

#C0509D (or 0xC0509D) is unknown color: approx Mulberry. HEX triplet: C0, 50 and 9D. RGB value is (192,80,157). Sum of RGB (Red+Green+Blue) = 192+80+157=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0509D is #3FAF62. Grayscale: #7A7A7A. Windows color (decimal): -4173667 or 10309824. OLE color: 10309824.

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

Color convert

RGB19280157-
CMYK00.580.180.25
HSL318.75º47.06%53.33%-
HSV(B)318.75º58.33%75.29%-
XYZ30.6919.3834.02-
YUV122.27147.61177.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 80 (31.64% from 255) = 18.65%
BLUE value IS 157 (61.72% from 255) = 36.60%
R=44.76%
G=18.65%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928015700.580.180.25318.7547.0653.33
HexC0509D03A121913f2f35
Octal30012023507222314775765
Binary1100000010100001001110101110101001011001100111111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0509D; }

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

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

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

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

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

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

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

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