#CA4889

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

Shades of Mulberry #CA4889

Tints of Mulberry #CA4889

Color information

#CA4889 (or 0xCA4889) is unknown color: approx Mulberry. HEX triplet: CA, 48 and 89. RGB value is (202,72,137). Sum of RGB (Red+Green+Blue) = 202+72+137=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4889 is #35B776. Grayscale: #767676. Windows color (decimal): -3520375 or 8997066. OLE color: 8997066.

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

Color convert

RGB20272137-
CMYK00.640.320.21
HSL330º55.08%53.73%-
HSV(B)330º64.36%79.22%-
XYZ31.191925.69-
YUV118.28138.57187.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 72 (28.52% from 255) = 17.52%
BLUE value IS 137 (53.91% from 255) = 33.33%
R=49.15%
G=17.52%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027213700.640.320.2133055.0853.73
HexCA4889040201514a3736
Octal312110211010040255126766
Binary110010101001000100010010100000010000010101101001010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4889; }

 p { color: rgb(202,72,137); }

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

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

 a { background-color: rgb(202,72,137); }

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

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

 span { border-color: rgb(202,72,137); }

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