#CD5497

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

Shades of Mulberry #CD5497

Tints of Mulberry #CD5497

Color information

#CD5497 (or 0xCD5497) is unknown color: approx Mulberry. HEX triplet: CD, 54 and 97. RGB value is (205,84,151). Sum of RGB (Red+Green+Blue) = 205+84+151=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5497 is #32AB68. Grayscale: #7F7F7F. Windows color (decimal): -3320681 or 9917645. OLE color: 9917645.

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

Color convert

RGB20584151-
CMYK00.590.260.20
HSL326.78º54.75%56.67%-
HSV(B)326.78º59.02%80.39%-
XYZ33.9321.5531.65-
YUV127.82141.09183.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.59%
GREEN value IS 84 (33.20% from 255) = 19.09%
BLUE value IS 151 (59.38% from 255) = 34.32%
R=46.59%
G=19.09%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058415100.590.260.20326.7854.7556.67
HexCD549703B1A141473739
Octal31512422707332245076771
Binary1100110110101001001011101110111101010100101000111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5497; }

 p { color: rgb(205,84,151); }

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

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

 a { background-color: rgb(205,84,151); }

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

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

 span { border-color: rgb(205,84,151); }

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