#CA4A85

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

Shades of Mulberry #CA4A85

Tints of Mulberry #CA4A85

Color information

#CA4A85 (or 0xCA4A85) is unknown color: approx Mulberry. HEX triplet: CA, 4A and 85. RGB value is (202,74,133). Sum of RGB (Red+Green+Blue) = 202+74+133=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4A85 is #35B57A. Grayscale: #767676. Windows color (decimal): -3519867 or 8735434. OLE color: 8735434.

HSL color Cylindrical-coordinate representation of color #CA4A85: hue angle of 332.34º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4A85 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB20274133-
CMYK00.630.340.21
HSL332.34º54.7%54.12%-
HSV(B)332.34º63.37%79.22%-
XYZ31.0419.1524.25-
YUV119135.91187.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 74 (29.30% from 255) = 18.09%
BLUE value IS 133 (52.34% from 255) = 32.52%
R=49.39%
G=18.09%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027413300.630.340.21332.3454.754.12
HexCA4A8503F221514c3736
Octal31211220507742255146766
Binary11001010100101010000101011111110001010101101001100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4A85; }

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

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

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

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

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

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

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

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