#C0529B

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

Shades of Mulberry #C0529B

Tints of Mulberry #C0529B

Color information

#C0529B (or 0xC0529B) is unknown color: approx Mulberry. HEX triplet: C0, 52 and 9B. RGB value is (192,82,155). Sum of RGB (Red+Green+Blue) = 192+82+155=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0529B is #3FAD64. Grayscale: #7B7B7B. Windows color (decimal): -4173157 or 10179264. OLE color: 10179264.

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

Color convert

RGB19282155-
CMYK00.570.190.25
HSL320.18º46.61%53.73%-
HSV(B)320.18º57.29%75.29%-
XYZ30.6719.6133.18-
YUV123.21145.94177.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 155 (60.94% from 255) = 36.13%
R=44.76%
G=19.11%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928215500.570.190.25320.1846.6153.73
HexC0529B03913191402f36
Octal30012223307123315005766
Binary1100000010100101001101101110011001111001101000000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0529B; }

 p { color: rgb(192,82,155); }

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

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

 a { background-color: rgb(192,82,155); }

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

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

 span { border-color: rgb(192,82,155); }

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