#CA4596

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

Shades of Mulberry #CA4596

Tints of Mulberry #CA4596

Color information

#CA4596 (or 0xCA4596) is unknown color: approx Mulberry. HEX triplet: CA, 45 and 96. RGB value is (202,69,150). Sum of RGB (Red+Green+Blue) = 202+69+150=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4596 is #35BA69. Grayscale: #757575. Windows color (decimal): -3521130 or 9848266. OLE color: 9848266.

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

Color convert

RGB20269150-
CMYK00.660.260.21
HSL323.46º55.65%53.14%-
HSV(B)323.46º65.84%79.22%-
XYZ31.9919.0130.84-
YUV118146.06187.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 69 (27.34% from 255) = 16.39%
BLUE value IS 150 (58.98% from 255) = 35.63%
R=47.98%
G=16.39%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026915000.660.260.21323.4655.6553.14
HexCA45960421A151433835
Octal312105226010232255037065
Binary11001010100010110010110010000101101010101101000011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4596; }

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

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

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

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

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

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

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

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