#CA4B82

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

Shades of Mulberry #CA4B82

Tints of Mulberry #CA4B82

Color information

#CA4B82 (or 0xCA4B82) is unknown color: approx Mulberry. HEX triplet: CA, 4B and 82. RGB value is (202,75,130). Sum of RGB (Red+Green+Blue) = 202+75+130=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4B82 is #35B47D. Grayscale: #777777. Windows color (decimal): -3519614 or 8539082. OLE color: 8539082.

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

Color convert

RGB20275130-
CMYK00.630.360.21
HSL334.02º54.51%54.31%-
HSV(B)334.02º62.87%79.22%-
XYZ30.919.223.2-
YUV119.24134.08187.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.63%
GREEN value IS 75 (29.69% from 255) = 18.43%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=49.63%
G=18.43%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027513000.630.360.21334.0254.5154.31
HexCA4B8203F241514e3736
Octal31211320207744255166766
Binary11001010100101110000010011111110010010101101001110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4B82; }

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

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

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

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

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

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

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

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