#CA5492

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

Shades of Mulberry #CA5492

Tints of Mulberry #CA5492

Color information

#CA5492 (or 0xCA5492) is unknown color: approx Mulberry. HEX triplet: CA, 54 and 92. RGB value is (202,84,146). Sum of RGB (Red+Green+Blue) = 202+84+146=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5492 is #35AB6D. Grayscale: #7E7E7E. Windows color (decimal): -3517294 or 9589962. OLE color: 9589962.

HSL color Cylindrical-coordinate representation of color #CA5492: hue angle of 328.47º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA5492 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB20284146-
CMYK00.580.280.21
HSL328.47º52.68%56.08%-
HSV(B)328.47º58.42%79.22%-
XYZ32.7220.9729.52-
YUV126.35139.09181.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 84 (33.20% from 255) = 19.44%
BLUE value IS 146 (57.42% from 255) = 33.80%
R=46.76%
G=19.44%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028414600.580.280.21328.4752.6856.08
HexCA549203A1C151483538
Octal31212422207234255106570
Binary1100101010101001001001001110101110010101101001000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5492; }

 p { color: rgb(202,84,146); }

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

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

 a { background-color: rgb(202,84,146); }

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

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

 span { border-color: rgb(202,84,146); }

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