#CA5192

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

Shades of Mulberry #CA5192

Tints of Mulberry #CA5192

Color information

#CA5192 (or 0xCA5192) is unknown color: approx Mulberry. HEX triplet: CA, 51 and 92. RGB value is (202,81,146). Sum of RGB (Red+Green+Blue) = 202+81+146=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5192 is #35AE6D. Grayscale: #7C7C7C. Windows color (decimal): -3518062 or 9589194. OLE color: 9589194.

HSL color Cylindrical-coordinate representation of color #CA5192: hue angle of 327.77º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5192 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB20281146-
CMYK00.600.280.21
HSL327.77º53.3%55.49%-
HSV(B)327.77º59.9%79.22%-
XYZ32.4920.5229.44-
YUV124.59140.09183.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 81 (32.03% from 255) = 18.88%
BLUE value IS 146 (57.42% from 255) = 34.03%
R=47.09%
G=18.88%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028114600.600.280.21327.7753.355.49
HexCA519203C1C151483537
Octal31212122207434255106567
Binary1100101010100011001001001111001110010101101001000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5192; }

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

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

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

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

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

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

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

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