#CA4A9F

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

Shades of Mulberry #CA4A9F

Tints of Mulberry #CA4A9F

Color information

#CA4A9F (or 0xCA4A9F) is unknown color: approx Mulberry. HEX triplet: CA, 4A and 9F. RGB value is (202,74,159). Sum of RGB (Red+Green+Blue) = 202+74+159=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4A9F is #35B560. Grayscale: #797979. Windows color (decimal): -3519841 or 10439370. OLE color: 10439370.

HSL color Cylindrical-coordinate representation of color #CA4A9F: hue angle of 320.16º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4A9F is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB20274159-
CMYK00.630.210.21
HSL320.16º54.7%54.12%-
HSV(B)320.16º63.37%79.22%-
XYZ33.0619.9634.91-
YUV121.96148.91185.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 74 (29.30% from 255) = 17.01%
BLUE value IS 159 (62.5% from 255) = 36.55%
R=46.44%
G=17.01%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027415900.630.210.21320.1654.754.12
HexCA4A9F03F15151403736
Octal31211223707725255006766
Binary1100101010010101001111101111111010110101101000000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4A9F; }

 p { color: rgb(202,74,159); }

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

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

 a { background-color: rgb(202,74,159); }

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

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

 span { border-color: rgb(202,74,159); }

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