#CA5692

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

Shades of Mulberry #CA5692

Tints of Mulberry #CA5692

Color information

#CA5692 (or 0xCA5692) is unknown color: approx Mulberry. HEX triplet: CA, 56 and 92. RGB value is (202,86,146). Sum of RGB (Red+Green+Blue) = 202+86+146=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5692 is #35A96D. Grayscale: #7F7F7F. Windows color (decimal): -3516782 or 9590474. OLE color: 9590474.

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

Color convert

RGB20286146-
CMYK00.570.280.21
HSL328.97º52.25%56.47%-
HSV(B)328.97º57.43%79.22%-
XYZ32.8721.2929.57-
YUV127.52138.43181.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.54%
GREEN value IS 86 (33.98% from 255) = 19.82%
BLUE value IS 146 (57.42% from 255) = 33.64%
R=46.54%
G=19.82%
B=33.64%

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
Decimal2028614600.570.280.21328.9752.2556.47
HexCA56920391C151493438
Octal31212622207134255116470
Binary1100101010101101001001001110011110010101101001001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5692; }

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

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

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

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

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

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

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

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