#CA4796

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

Shades of Mulberry #CA4796

Tints of Mulberry #CA4796

Color information

#CA4796 (or 0xCA4796) is unknown color: approx Mulberry. HEX triplet: CA, 47 and 96. RGB value is (202,71,150). Sum of RGB (Red+Green+Blue) = 202+71+150=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4796 is #35B869. Grayscale: #767676. Windows color (decimal): -3520618 or 9848778. OLE color: 9848778.

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

Color convert

RGB20271150-
CMYK00.650.260.21
HSL323.82º55.27%53.53%-
HSV(B)323.82º64.85%79.22%-
XYZ32.1219.2730.88-
YUV119.17145.4187.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 71 (28.12% from 255) = 16.78%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=47.75%
G=16.78%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027115000.650.260.21323.8255.2753.53
HexCA47960411A151443736
Octal312107226010132255046766
Binary11001010100011110010110010000011101010101101000100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4796; }

 p { color: rgb(202,71,150); }

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

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

 a { background-color: rgb(202,71,150); }

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

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

 span { border-color: rgb(202,71,150); }

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