#CA7A89

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

Shades of Charm #CA7A89

Tints of Charm #CA7A89

Color information

#CA7A89 (or 0xCA7A89) is unknown color: approx Charm. HEX triplet: CA, 7A and 89. RGB value is (202,122,137). Sum of RGB (Red+Green+Blue) = 202+122+137=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7A89 is #358576. Grayscale: #939393. Windows color (decimal): -3507575 or 9009866. OLE color: 9009866.

HSL color Cylindrical-coordinate representation of color #CA7A89: hue angle of 348.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7A89 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB202122137-
CMYK00.400.320.21
HSL348.75º43.01%63.53%-
HSV(B)348.75º39.6%79.22%-
XYZ35.8328.2827.24-
YUV147.63122166.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 122 (48.05% from 255) = 26.46%
BLUE value IS 137 (53.91% from 255) = 29.72%
R=43.82%
G=26.46%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212213700.400.320.21348.7543.0163.53
HexCA7A89028201515d2b40
Octal312172211050402553553100
Binary110010101111010100010010101000100000101011010111011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A89; }

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

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

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

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

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

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

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

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