#CA7489

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

Shades of Charm #CA7489

Tints of Charm #CA7489

Color information

#CA7489 (or 0xCA7489) is unknown color: approx Charm. HEX triplet: CA, 74 and 89. RGB value is (202,116,137). Sum of RGB (Red+Green+Blue) = 202+116+137=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7489 is #358B76. Grayscale: #909090. Windows color (decimal): -3509111 or 9008330. OLE color: 9008330.

HSL color Cylindrical-coordinate representation of color #CA7489: hue angle of 345.35º 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 #CA7489 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB202116137-
CMYK00.430.320.21
HSL345.35º44.79%62.35%-
HSV(B)345.35º42.57%79.22%-
XYZ35.1226.8527-
YUV144.11123.99169.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 116 (45.70% from 255) = 25.49%
BLUE value IS 137 (53.91% from 255) = 30.11%
R=44.40%
G=25.49%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211613700.430.320.21345.3544.7962.35
HexCA748902B20151592d3e
Octal31216421105340255315576
Binary11001010111010010001001010101110000010101101011001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7489; }

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

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

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

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

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

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

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

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