#CA4185

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

Shades of Mulberry #CA4185

Tints of Mulberry #CA4185

Color information

#CA4185 (or 0xCA4185) is unknown color: approx Mulberry. HEX triplet: CA, 41 and 85. RGB value is (202,65,133). Sum of RGB (Red+Green+Blue) = 202+65+133=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4185 is #35BE7A. Grayscale: #717171. Windows color (decimal): -3522171 or 8733130. OLE color: 8733130.

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

Color convert

RGB20265133-
CMYK00.680.340.21
HSL330.22º56.38%52.35%-
HSV(B)330.22º67.82%79.22%-
XYZ30.4818.0324.06-
YUV113.72138.89190.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.5%
GREEN value IS 65 (25.78% from 255) = 16.25%
BLUE value IS 133 (52.34% from 255) = 33.25%
R=50.5%
G=16.25%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026513300.680.340.21330.2256.3852.35
HexCA4185044221514a3834
Octal312101205010442255127064
Binary110010101000001100001010100010010001010101101001010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4185; }

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

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

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

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

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

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

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

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