#CA5792

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

Shades of Mulberry #CA5792

Tints of Mulberry #CA5792

Color information

#CA5792 (or 0xCA5792) is unknown color: approx Mulberry. HEX triplet: CA, 57 and 92. RGB value is (202,87,146). Sum of RGB (Red+Green+Blue) = 202+87+146=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5792 is #35A86D. Grayscale: #7F7F7F. Windows color (decimal): -3516526 or 9590730. OLE color: 9590730.

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

Color convert

RGB20287146-
CMYK00.570.280.21
HSL329.22º52.04%56.67%-
HSV(B)329.22º56.93%79.22%-
XYZ32.9521.4529.6-
YUV128.11138.1180.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 87 (34.38% from 255) = 20%
BLUE value IS 146 (57.42% from 255) = 33.56%
R=46.44%
G=20%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028714600.570.280.21329.2252.0456.67
HexCA57920391C151493439
Octal31212722207134255116471
Binary1100101010101111001001001110011110010101101001001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5792; }

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

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

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

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

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

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

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

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