#CA499C

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

Shades of Mulberry #CA499C

Tints of Mulberry #CA499C

Color information

#CA499C (or 0xCA499C) is unknown color: approx Mulberry. HEX triplet: CA, 49 and 9C. RGB value is (202,73,156). Sum of RGB (Red+Green+Blue) = 202+73+156=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA499C is #35B663. Grayscale: #787878. Windows color (decimal): -3520100 or 10242506. OLE color: 10242506.

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

Color convert

RGB20273156-
CMYK00.640.230.21
HSL321.4º54.89%53.92%-
HSV(B)321.4º63.86%79.22%-
XYZ32.7419.7233.53-
YUV121.03147.74185.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 73 (28.91% from 255) = 16.94%
BLUE value IS 156 (61.33% from 255) = 36.19%
R=46.87%
G=16.94%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027315600.640.230.21321.454.8953.92
HexCA499C04017151413736
Octal312111234010027255016766
Binary11001010100100110011100010000001011110101101000001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA499C; }

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

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

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

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

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

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

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

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