#CD5A9A

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

Shades of Mulberry #CD5A9A

Tints of Mulberry #CD5A9A

Color information

#CD5A9A (or 0xCD5A9A) is unknown color: approx Mulberry. HEX triplet: CD, 5A and 9A. RGB value is (205,90,154). Sum of RGB (Red+Green+Blue) = 205+90+154=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5A9A is #32A565. Grayscale: #838383. Windows color (decimal): -3319142 or 10115789. OLE color: 10115789.

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

Color convert

RGB20590154-
CMYK00.560.250.20
HSL326.61º53.49%57.84%-
HSV(B)326.61º56.1%80.39%-
XYZ34.6722.6233.11-
YUV131.68140.6180.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.66%
GREEN value IS 90 (35.55% from 255) = 20.04%
BLUE value IS 154 (60.55% from 255) = 34.30%
R=45.66%
G=20.04%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059015400.560.250.20326.6153.4957.84
HexCD5A9A0381914147353a
Octal31513223207031245076572
Binary1100110110110101001101001110001100110100101000111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5A9A; }

 p { color: rgb(205,90,154); }

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

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

 a { background-color: rgb(205,90,154); }

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

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

 span { border-color: rgb(205,90,154); }

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