#CA4B99

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

Shades of Mulberry #CA4B99

Tints of Mulberry #CA4B99

Color information

#CA4B99 (or 0xCA4B99) is unknown color: approx Mulberry. HEX triplet: CA, 4B and 99. RGB value is (202,75,153). Sum of RGB (Red+Green+Blue) = 202+75+153=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4B99 is #35B466. Grayscale: #797979. Windows color (decimal): -3519591 or 10046410. OLE color: 10046410.

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

Color convert

RGB20275153-
CMYK00.630.240.21
HSL323.15º54.51%54.31%-
HSV(B)323.15º62.87%79.22%-
XYZ32.6219.8932.26-
YUV121.86145.58185.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 75 (29.69% from 255) = 17.44%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=46.98%
G=17.44%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027515300.630.240.21323.1554.5154.31
HexCA4B9903F18151433736
Octal31211323107730255036766
Binary1100101010010111001100101111111100010101101000011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4B99; }

 p { color: rgb(202,75,153); }

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

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

 a { background-color: rgb(202,75,153); }

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

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

 span { border-color: rgb(202,75,153); }

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