#CA4C82

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

Shades of Mulberry #CA4C82

Tints of Mulberry #CA4C82

Color information

#CA4C82 (or 0xCA4C82) is unknown color: approx Mulberry. HEX triplet: CA, 4C and 82. RGB value is (202,76,130). Sum of RGB (Red+Green+Blue) = 202+76+130=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4C82 is #35B37D. Grayscale: #777777. Windows color (decimal): -3519358 or 8539338. OLE color: 8539338.

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

Color convert

RGB20276130-
CMYK00.620.360.21
HSL334.29º54.31%54.51%-
HSV(B)334.29º62.38%79.22%-
XYZ30.9719.3423.22-
YUV119.83133.74186.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.51%
GREEN value IS 76 (30.08% from 255) = 18.63%
BLUE value IS 130 (51.17% from 255) = 31.86%
R=49.51%
G=18.63%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027613000.620.360.21334.2954.3154.51
HexCA4C8203E241514e3637
Octal31211420207644255166667
Binary11001010100110010000010011111010010010101101001110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4C82; }

 p { color: rgb(202,76,130); }

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

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

 a { background-color: rgb(202,76,130); }

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

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

 span { border-color: rgb(202,76,130); }

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