#CA4687

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

Shades of Mulberry #CA4687

Tints of Mulberry #CA4687

Color information

#CA4687 (or 0xCA4687) is unknown color: approx Mulberry. HEX triplet: CA, 46 and 87. RGB value is (202,70,135). Sum of RGB (Red+Green+Blue) = 202+70+135=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4687 is #35B978. Grayscale: #747474. Windows color (decimal): -3520889 or 8865482. OLE color: 8865482.

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

Color convert

RGB20270135-
CMYK00.650.330.21
HSL330.45º55.46%53.33%-
HSV(B)330.45º65.35%79.22%-
XYZ30.9218.6924.9-
YUV116.88138.23188.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.63%
GREEN value IS 70 (27.73% from 255) = 17.20%
BLUE value IS 135 (53.12% from 255) = 33.17%
R=49.63%
G=17.20%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027013500.650.330.21330.4555.4653.33
HexCA4687041211514a3735
Octal312106207010141255126765
Binary110010101000110100001110100000110000110101101001010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4687; }

 p { color: rgb(202,70,135); }

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

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

 a { background-color: rgb(202,70,135); }

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

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

 span { border-color: rgb(202,70,135); }

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