#CA4F99

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

Shades of Mulberry #CA4F99

Tints of Mulberry #CA4F99

Color information

#CA4F99 (or 0xCA4F99) is unknown color: approx Mulberry. HEX triplet: CA, 4F and 99. RGB value is (202,79,153). Sum of RGB (Red+Green+Blue) = 202+79+153=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4F99 is #35B066. Grayscale: #7C7C7C. Windows color (decimal): -3518567 or 10047434. OLE color: 10047434.

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

Color convert

RGB20279153-
CMYK00.610.240.21
HSL323.9º53.71%55.1%-
HSV(B)323.9º60.89%79.22%-
XYZ32.920.4532.35-
YUV124.21144.25183.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.54%
GREEN value IS 79 (31.25% from 255) = 18.20%
BLUE value IS 153 (60.16% from 255) = 35.25%
R=46.54%
G=18.20%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027915300.610.240.21323.953.7155.1
HexCA4F9903D18151443637
Octal31211723107530255046667
Binary1100101010011111001100101111011100010101101000100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4F99; }

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

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

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

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

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

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

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

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