#CA499D

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

Shades of Mulberry #CA499D

Tints of Mulberry #CA499D

Color information

#CA499D (or 0xCA499D) is unknown color: approx Mulberry. HEX triplet: CA, 49 and 9D. RGB value is (202,73,157). Sum of RGB (Red+Green+Blue) = 202+73+157=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA499D is #35B662. Grayscale: #787878. Windows color (decimal): -3520099 or 10308042. OLE color: 10308042.

HSL color Cylindrical-coordinate representation of color #CA499D: hue angle of 320.93º 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 #CA499D is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB20273157-
CMYK00.640.220.21
HSL320.93º54.89%53.92%-
HSV(B)320.93º63.86%79.22%-
XYZ32.8319.7633.98-
YUV121.15148.24185.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 73 (28.91% from 255) = 16.90%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=46.76%
G=16.90%
B=36.34%

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
Decimal2027315700.640.220.21320.9354.8953.92
HexCA499D04016151413736
Octal312111235010026255016766
Binary11001010100100110011101010000001011010101101000001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA499D; }

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

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

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

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

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

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

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

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