#CD4CA9

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

Shades of Mulberry #CD4CA9

Tints of Mulberry #CD4CA9

Color information

#CD4CA9 (or 0xCD4CA9) is unknown color: approx Mulberry. HEX triplet: CD, 4C and A9. RGB value is (205,76,169). Sum of RGB (Red+Green+Blue) = 205+76+169=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 169 (66.41% from 255 or 37.56% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4CA9 is #32B356. Grayscale: #7C7C7C. Windows color (decimal): -3322711 or 11095245. OLE color: 11095245.

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

Color convert

RGB20576169-
CMYK00.630.180.20
HSL316.74º56.33%55.1%-
HSV(B)316.74º62.93%80.39%-
XYZ34.9221.0139.75-
YUV125.17152.74184.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.56%
GREEN value IS 76 (30.08% from 255) = 16.89%
BLUE value IS 169 (66.41% from 255) = 37.56%
R=45.56%
G=16.89%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057616900.630.180.20316.7456.3355.1
HexCD4CA903F121413d3837
Octal31511425107722244757067
Binary1100110110011001010100101111111001010100100111101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4CA9; }

 p { color: rgb(205,76,169); }

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

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

 a { background-color: rgb(205,76,169); }

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

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

 span { border-color: rgb(205,76,169); }

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