#CA4992

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

Shades of Mulberry #CA4992

Tints of Mulberry #CA4992

Color information

#CA4992 (or 0xCA4992) is unknown color: approx Mulberry. HEX triplet: CA, 49 and 92. RGB value is (202,73,146). Sum of RGB (Red+Green+Blue) = 202+73+146=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4992 is #35B66D. Grayscale: #777777. Windows color (decimal): -3520110 or 9587146. OLE color: 9587146.

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

Color convert

RGB20273146-
CMYK00.640.280.21
HSL326.05º54.89%53.92%-
HSV(B)326.05º63.86%79.22%-
XYZ31.9319.429.26-
YUV119.89142.74186.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 73 (28.91% from 255) = 17.34%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=47.98%
G=17.34%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027314600.640.280.21326.0554.8953.92
HexCA49920401C151463736
Octal312111222010034255066766
Binary11001010100100110010010010000001110010101101000110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4992; }

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

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

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

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

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

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

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

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