#CA4681

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

Shades of Mulberry #CA4681

Tints of Mulberry #CA4681

Color information

#CA4681 (or 0xCA4681) is unknown color: approx Mulberry. HEX triplet: CA, 46 and 81. RGB value is (202,70,129). Sum of RGB (Red+Green+Blue) = 202+70+129=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4681 is #35B97E. Grayscale: #747474. Windows color (decimal): -3520895 or 8472266. OLE color: 8472266.

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

Color convert

RGB20270129-
CMYK00.650.360.21
HSL333.18º55.46%53.33%-
HSV(B)333.18º65.35%79.22%-
XYZ30.5118.5222.74-
YUV116.19135.23189.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.37%
GREEN value IS 70 (27.73% from 255) = 17.46%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=50.37%
G=17.46%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027012900.650.360.21333.1855.4653.33
HexCA4681041241514d3735
Octal312106201010144255156765
Binary110010101000110100000010100000110010010101101001101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4681; }

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

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

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

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

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

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

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

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