#CD5295

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

Shades of Mulberry #CD5295

Tints of Mulberry #CD5295

Color information

#CD5295 (or 0xCD5295) is unknown color: approx Mulberry. HEX triplet: CD, 52 and 95. RGB value is (205,82,149). Sum of RGB (Red+Green+Blue) = 205+82+149=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5295 is #32AD6A. Grayscale: #7E7E7E. Windows color (decimal): -3321195 or 9786061. OLE color: 9786061.

HSL color Cylindrical-coordinate representation of color #CD5295: hue angle of 327.32º 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 #CD5295 is Cyan = 0, Magento = 0.6, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB20582149-
CMYK00.60.270.20
HSL327.32º55.16%56.27%-
HSV(B)327.32º60%80.39%-
XYZ33.6221.1830.75-
YUV126.42140.75184.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.02%
GREEN value IS 82 (32.42% from 255) = 18.81%
BLUE value IS 149 (58.59% from 255) = 34.17%
R=47.02%
G=18.81%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058214900.60.270.20327.3255.1656.27
HexCD529503C1B141473738
Octal31512222507433245076770
Binary1100110110100101001010101111001101110100101000111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5295; }

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

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

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

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

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

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

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

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