#CA4196

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

Shades of Mulberry #CA4196

Tints of Mulberry #CA4196

Color information

#CA4196 (or 0xCA4196) is unknown color: approx Mulberry. HEX triplet: CA, 41 and 96. RGB value is (202,65,150). Sum of RGB (Red+Green+Blue) = 202+65+150=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4196 is #35BE69. Grayscale: #737373. Windows color (decimal): -3522154 or 9847242. OLE color: 9847242.

HSL color Cylindrical-coordinate representation of color #CA4196: hue angle of 322.77º 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 #CA4196 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB20265150-
CMYK00.680.260.21
HSL322.77º56.38%52.35%-
HSV(B)322.77º67.82%79.22%-
XYZ31.7518.5430.76-
YUV115.65147.39189.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.44%
GREEN value IS 65 (25.78% from 255) = 15.59%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=48.44%
G=15.59%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026515000.680.260.21322.7756.3852.35
HexCA41960441A151433834
Octal312101226010432255037064
Binary11001010100000110010110010001001101010101101000011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4196; }

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

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

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

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

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

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

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

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