#CA4980

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

Shades of Mulberry #CA4980

Tints of Mulberry #CA4980

Color information

#CA4980 (or 0xCA4980) is unknown color: approx Mulberry. HEX triplet: CA, 49 and 80. RGB value is (202,73,128). Sum of RGB (Red+Green+Blue) = 202+73+128=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4980 is #35B67F. Grayscale: #757575. Windows color (decimal): -3520128 or 8407498. OLE color: 8407498.

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

Color convert

RGB20273128-
CMYK00.640.370.21
HSL334.42º54.89%53.92%-
HSV(B)334.42º63.86%79.22%-
XYZ30.6418.8822.45-
YUV117.84133.74188.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.12%
GREEN value IS 73 (28.91% from 255) = 18.11%
BLUE value IS 128 (50.39% from 255) = 31.76%
R=50.12%
G=18.11%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027312800.640.370.21334.4254.8953.92
HexCA4980040251514e3736
Octal312111200010045255166766
Binary110010101001001100000000100000010010110101101001110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4980; }

 p { color: rgb(202,73,128); }

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

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

 a { background-color: rgb(202,73,128); }

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

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

 span { border-color: rgb(202,73,128); }

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