#CA4199

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

Shades of Mulberry #CA4199

Tints of Mulberry #CA4199

Color information

#CA4199 (or 0xCA4199) is unknown color: approx Mulberry. HEX triplet: CA, 41 and 99. RGB value is (202,65,153). Sum of RGB (Red+Green+Blue) = 202+65+153=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4199 is #35BE66. Grayscale: #737373. Windows color (decimal): -3522151 or 10043850. OLE color: 10043850.

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

Color convert

RGB20265153-
CMYK00.680.240.21
HSL321.46º56.38%52.35%-
HSV(B)321.46º67.82%79.22%-
XYZ3218.6432.05-
YUV116148.89189.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 65 (25.78% from 255) = 15.48%
BLUE value IS 153 (60.16% from 255) = 36.43%
R=48.10%
G=15.48%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026515300.680.240.21321.4656.3852.35
HexCA419904418151413834
Octal312101231010430255017064
Binary11001010100000110011001010001001100010101101000001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4199; }

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

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

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

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

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

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

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

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