#CA4581

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

Shades of Mulberry #CA4581

Tints of Mulberry #CA4581

Color information

#CA4581 (or 0xCA4581) is unknown color: approx Mulberry. HEX triplet: CA, 45 and 81. RGB value is (202,69,129). Sum of RGB (Red+Green+Blue) = 202+69+129=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4581 is #35BA7E. Grayscale: #737373. Windows color (decimal): -3521151 or 8472010. OLE color: 8472010.

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

Color convert

RGB20269129-
CMYK00.660.360.21
HSL332.93º55.65%53.14%-
HSV(B)332.93º65.84%79.22%-
XYZ30.4518.422.72-
YUV115.61135.56189.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.5%
GREEN value IS 69 (27.34% from 255) = 17.25%
BLUE value IS 129 (50.78% from 255) = 32.25%
R=50.5%
G=17.25%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026912900.660.360.21332.9355.6553.14
HexCA4581042241514d3835
Octal312105201010244255157065
Binary110010101000101100000010100001010010010101101001101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4581; }

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

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

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

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

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

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

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

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