#CA4F82

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

Shades of Mulberry #CA4F82

Tints of Mulberry #CA4F82

Color information

#CA4F82 (or 0xCA4F82) is unknown color: approx Mulberry. HEX triplet: CA, 4F and 82. RGB value is (202,79,130). Sum of RGB (Red+Green+Blue) = 202+79+130=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4F82 is #35B07D. Grayscale: #797979. Windows color (decimal): -3518590 or 8540106. OLE color: 8540106.

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

Color convert

RGB20279130-
CMYK00.610.360.21
HSL335.12º53.71%55.1%-
HSV(B)335.12º60.89%79.22%-
XYZ31.1819.7623.29-
YUV121.59132.75185.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 79 (31.25% from 255) = 19.22%
BLUE value IS 130 (51.17% from 255) = 31.63%
R=49.15%
G=19.22%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027913000.610.360.21335.1253.7155.1
HexCA4F8203D241514f3637
Octal31211720207544255176667
Binary11001010100111110000010011110110010010101101001111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4F82; }

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

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

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

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

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

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

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

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