#CA4396

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

Shades of Mulberry #CA4396

Tints of Mulberry #CA4396

Color information

#CA4396 (or 0xCA4396) is unknown color: approx Mulberry. HEX triplet: CA, 43 and 96. RGB value is (202,67,150). Sum of RGB (Red+Green+Blue) = 202+67+150=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4396 is #35BC69. Grayscale: #747474. Windows color (decimal): -3521642 or 9847754. OLE color: 9847754.

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

Color convert

RGB20267150-
CMYK00.670.260.21
HSL323.11º56.02%52.75%-
HSV(B)323.11º66.83%79.22%-
XYZ31.8718.7730.8-
YUV116.83146.73188.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.21%
GREEN value IS 67 (26.56% from 255) = 15.99%
BLUE value IS 150 (58.98% from 255) = 35.80%
R=48.21%
G=15.99%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026715000.670.260.21323.1156.0252.75
HexCA43960431A151433835
Octal312103226010332255037065
Binary11001010100001110010110010000111101010101101000011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4396; }

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

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

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

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

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

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

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

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