#CA3996

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

Shades of Mulberry #CA3996

Tints of Mulberry #CA3996

Color information

#CA3996 (or 0xCA3996) is unknown color: approx Mulberry. HEX triplet: CA, 39 and 96. RGB value is (202,57,150). Sum of RGB (Red+Green+Blue) = 202+57+150=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3996 is #35C669. Grayscale: #6E6E6E. Windows color (decimal): -3524202 or 9845194. OLE color: 9845194.

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

Color convert

RGB20257150-
CMYK00.720.260.21
HSL321.52º57.77%50.78%-
HSV(B)321.52º71.78%79.22%-
XYZ31.3317.6830.62-
YUV110.96150.04192.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 57 (22.66% from 255) = 13.94%
BLUE value IS 150 (58.98% from 255) = 36.67%
R=49.39%
G=13.94%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025715000.720.260.21321.5257.7750.78
HexCA39960481A151423a33
Octal31271226011032255027263
Binary1100101011100110010110010010001101010101101000010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3996; }

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

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

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

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

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

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

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

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