#CA7189

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

Shades of Charm #CA7189

Tints of Charm #CA7189

Color information

#CA7189 (or 0xCA7189) is unknown color: approx Charm. HEX triplet: CA, 71 and 89. RGB value is (202,113,137). Sum of RGB (Red+Green+Blue) = 202+113+137=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7189 is #358E76. Grayscale: #8E8E8E. Windows color (decimal): -3509879 or 9007562. OLE color: 9007562.

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

Color convert

RGB202113137-
CMYK00.440.320.21
HSL343.82º45.64%61.76%-
HSV(B)343.82º44.06%79.22%-
XYZ34.7826.1726.89-
YUV142.35124.99170.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 113 (44.53% from 255) = 25%
BLUE value IS 137 (53.91% from 255) = 30.31%
R=44.69%
G=25%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211313700.440.320.21343.8245.6461.76
HexCA718902C20151582e3e
Octal31216121105440255305676
Binary11001010111000110001001010110010000010101101011000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7189; }

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

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

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

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

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

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

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

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