#CA7590

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

Shades of Charm #CA7590

Tints of Charm #CA7590

Color information

#CA7590 (or 0xCA7590) is unknown color: approx Charm. HEX triplet: CA, 75 and 90. RGB value is (202,117,144). Sum of RGB (Red+Green+Blue) = 202+117+144=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7590 is #358A6F. Grayscale: #919191. Windows color (decimal): -3508848 or 9467338. OLE color: 9467338.

HSL color Cylindrical-coordinate representation of color #CA7590: hue angle of 340.94º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA7590 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB202117144-
CMYK00.420.290.21
HSL340.94º44.5%62.55%-
HSV(B)340.94º42.08%79.22%-
XYZ35.7527.2929.77-
YUV145.49127.16168.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 117 (46.09% from 255) = 25.27%
BLUE value IS 144 (56.64% from 255) = 31.10%
R=43.63%
G=25.27%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211714400.420.290.21340.9444.562.55
HexCA759002A1D151552d3f
Octal31216522005235255255577
Binary1100101011101011001000001010101110110101101010101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7590; }

 p { color: rgb(202,117,144); }

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

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

 a { background-color: rgb(202,117,144); }

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

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

 span { border-color: rgb(202,117,144); }

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