#CA489D

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

Shades of Mulberry #CA489D

Tints of Mulberry #CA489D

Color information

#CA489D (or 0xCA489D) is unknown color: approx Mulberry. HEX triplet: CA, 48 and 9D. RGB value is (202,72,157). Sum of RGB (Red+Green+Blue) = 202+72+157=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA489D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA489D is #35B762. Grayscale: #787878. Windows color (decimal): -3520355 or 10307786. OLE color: 10307786.

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

Color convert

RGB20272157-
CMYK00.640.220.21
HSL320.77º55.08%53.73%-
HSV(B)320.77º64.36%79.22%-
XYZ32.7619.6333.96-
YUV120.56148.57186.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 72 (28.52% from 255) = 16.71%
BLUE value IS 157 (61.72% from 255) = 36.43%
R=46.87%
G=16.71%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027215700.640.220.21320.7755.0853.73
HexCA489D04016151413736
Octal312110235010026255016766
Binary11001010100100010011101010000001011010101101000001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA489D; }

 p { color: rgb(202,72,157); }

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

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

 a { background-color: rgb(202,72,157); }

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

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

 span { border-color: rgb(202,72,157); }

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