#CA4E83

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

Shades of Mulberry #CA4E83

Tints of Mulberry #CA4E83

Color information

#CA4E83 (or 0xCA4E83) is unknown color: approx Mulberry. HEX triplet: CA, 4E and 83. RGB value is (202,78,131). Sum of RGB (Red+Green+Blue) = 202+78+131=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4E83 is #35B17C. Grayscale: #797979. Windows color (decimal): -3518845 or 8605386. OLE color: 8605386.

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

Color convert

RGB20278131-
CMYK00.610.350.21
HSL334.35º53.91%54.9%-
HSV(B)334.35º61.39%79.22%-
XYZ31.1819.6423.62-
YUV121.12133.58185.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 78 (30.86% from 255) = 18.98%
BLUE value IS 131 (51.56% from 255) = 31.87%
R=49.15%
G=18.98%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027813100.610.350.21334.3553.9154.9
HexCA4E8303D231514e3637
Octal31211620307543255166667
Binary11001010100111010000011011110110001110101101001110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4E83; }

 p { color: rgb(202,78,131); }

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

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

 a { background-color: rgb(202,78,131); }

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

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

 span { border-color: rgb(202,78,131); }

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