#CA5381

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

Shades of Mulberry #CA5381

Tints of Mulberry #CA5381

Color information

#CA5381 (or 0xCA5381) is unknown color: approx Mulberry. HEX triplet: CA, 53 and 81. RGB value is (202,83,129). Sum of RGB (Red+Green+Blue) = 202+83+129=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5381 is #35AC7E. Grayscale: #7B7B7B. Windows color (decimal): -3517567 or 8475594. OLE color: 8475594.

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

Color convert

RGB20283129-
CMYK00.590.360.21
HSL336.81º52.89%55.88%-
HSV(B)336.81º58.91%79.22%-
XYZ31.4120.3323.04-
YUV123.82130.92183.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.79%
GREEN value IS 83 (32.81% from 255) = 20.05%
BLUE value IS 129 (50.78% from 255) = 31.16%
R=48.79%
G=20.05%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028312900.590.360.21336.8152.8955.88
HexCA538103B24151513538
Octal31212320107344255216570
Binary11001010101001110000001011101110010010101101010001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5381; }

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

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

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

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

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

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

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

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