#C9529B

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

Shades of Mulberry #C9529B

Tints of Mulberry #C9529B

Color information

#C9529B (or 0xC9529B) is unknown color: approx Mulberry. HEX triplet: C9, 52 and 9B. RGB value is (201,82,155). Sum of RGB (Red+Green+Blue) = 201+82+155=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C9529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9529B is #36AD64. Grayscale: #7D7D7D. Windows color (decimal): -3583333 or 10179273. OLE color: 10179273.

HSL color Cylindrical-coordinate representation of color #C9529B: hue angle of 323.19º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9529B is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB20182155-
CMYK00.590.230.21
HSL323.19º52.42%55.49%-
HSV(B)323.19º59.2%78.82%-
XYZ33.0220.8233.29-
YUV125.9144.42181.56-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.89%
GREEN value IS 82 (32.42% from 255) = 18.72%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=45.89%
G=18.72%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018215500.590.230.21323.1952.4255.49
HexC9529B03B17151433437
Octal31112223307327255036467
Binary1100100110100101001101101110111011110101101000011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9529B; }

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

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

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

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

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

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

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

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