#CA4A88

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

Shades of Mulberry #CA4A88

Tints of Mulberry #CA4A88

Color information

#CA4A88 (or 0xCA4A88) is unknown color: approx Mulberry. HEX triplet: CA, 4A and 88. RGB value is (202,74,136). Sum of RGB (Red+Green+Blue) = 202+74+136=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4A88 is #35B577. Grayscale: #777777. Windows color (decimal): -3519864 or 8932042. OLE color: 8932042.

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

Color convert

RGB20274136-
CMYK00.630.330.21
HSL330.94º54.7%54.12%-
HSV(B)330.94º63.37%79.22%-
XYZ31.2519.2325.36-
YUV119.34137.41186.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 74 (29.30% from 255) = 17.96%
BLUE value IS 136 (53.52% from 255) = 33.01%
R=49.03%
G=17.96%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027413600.630.330.21330.9454.754.12
HexCA4A8803F211514b3736
Octal31211221007741255136766
Binary11001010100101010001000011111110000110101101001011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4A88; }

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

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

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

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

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

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

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

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