#CA4289

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

Shades of Mulberry #CA4289

Tints of Mulberry #CA4289

Color information

#CA4289 (or 0xCA4289) is unknown color: approx Mulberry. HEX triplet: CA, 42 and 89. RGB value is (202,66,137). Sum of RGB (Red+Green+Blue) = 202+66+137=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4289 is #35BD76. Grayscale: #727272. Windows color (decimal): -3521911 or 8995530. OLE color: 8995530.

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

Color convert

RGB20266137-
CMYK00.670.320.21
HSL328.68º56.2%52.55%-
HSV(B)328.68º67.33%79.22%-
XYZ30.8218.2625.57-
YUV114.76140.56190.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 66 (26.17% from 255) = 16.30%
BLUE value IS 137 (53.91% from 255) = 33.83%
R=49.88%
G=16.30%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026613700.670.320.21328.6856.252.55
HexCA428904320151493835
Octal312102211010340255117065
Binary110010101000010100010010100001110000010101101001001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4289; }

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

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

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

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

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

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

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

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