#CA7490

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

Shades of Charm #CA7490

Tints of Charm #CA7490

Color information

#CA7490 (or 0xCA7490) is unknown color: approx Charm. HEX triplet: CA, 74 and 90. RGB value is (202,116,144). Sum of RGB (Red+Green+Blue) = 202+116+144=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7490 is #358B6F. Grayscale: #909090. Windows color (decimal): -3509104 or 9467082. OLE color: 9467082.

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

Color convert

RGB202116144-
CMYK00.430.290.21
HSL340.47º44.79%62.35%-
HSV(B)340.47º42.57%79.22%-
XYZ35.6427.0629.73-
YUV144.91127.49168.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 116 (45.70% from 255) = 25.11%
BLUE value IS 144 (56.64% from 255) = 31.17%
R=43.72%
G=25.11%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211614400.430.290.21340.4744.7962.35
HexCA749002B1D151542d3e
Octal31216422005335255245576
Binary1100101011101001001000001010111110110101101010100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7490; }

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

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

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

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

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

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

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

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