#CD529B

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

Shades of Mulberry #CD529B

Tints of Mulberry #CD529B

Color information

#CD529B (or 0xCD529B) is unknown color: approx Mulberry. HEX triplet: CD, 52 and 9B. RGB value is (205,82,155). Sum of RGB (Red+Green+Blue) = 205+82+155=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CD529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD529B is #32AD64. Grayscale: #7E7E7E. Windows color (decimal): -3321189 or 10179277. OLE color: 10179277.

HSL color Cylindrical-coordinate representation of color #CD529B: hue angle of 324.39º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD529B is Cyan = 0, Magento = 0.6, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB20582155-
CMYK00.60.240.20
HSL324.39º55.16%56.27%-
HSV(B)324.39º60%80.39%-
XYZ34.1121.3833.34-
YUV127.1143.75183.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.38%
GREEN value IS 82 (32.42% from 255) = 18.55%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=46.38%
G=18.55%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058215500.60.240.20324.3955.1656.27
HexCD529B03C18141443738
Octal31512223307430245046770
Binary1100110110100101001101101111001100010100101000100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD529B; }

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

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

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

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

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

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

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

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