#CA4C99

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

Shades of Mulberry #CA4C99

Tints of Mulberry #CA4C99

Color information

#CA4C99 (or 0xCA4C99) is unknown color: approx Mulberry. HEX triplet: CA, 4C and 99. RGB value is (202,76,153). Sum of RGB (Red+Green+Blue) = 202+76+153=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4C99 is #35B366. Grayscale: #7A7A7A. Windows color (decimal): -3519335 or 10046666. OLE color: 10046666.

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

Color convert

RGB20276153-
CMYK00.620.240.21
HSL323.33º54.31%54.51%-
HSV(B)323.33º62.38%79.22%-
XYZ32.6920.0332.28-
YUV122.45145.24184.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 76 (30.08% from 255) = 17.63%
BLUE value IS 153 (60.16% from 255) = 35.50%
R=46.87%
G=17.63%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027615300.620.240.21323.3354.3154.51
HexCA4C9903E18151433637
Octal31211423107630255036667
Binary1100101010011001001100101111101100010101101000011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4C99; }

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

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

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

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

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

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

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

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