#CA7E89

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

Shades of Charm #CA7E89

Tints of Charm #CA7E89

Color information

#CA7E89 (or 0xCA7E89) is unknown color: approx Charm. HEX triplet: CA, 7E and 89. RGB value is (202,126,137). Sum of RGB (Red+Green+Blue) = 202+126+137=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7E89 is #358176. Grayscale: #969696. Windows color (decimal): -3506551 or 9010890. OLE color: 9010890.

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

Color convert

RGB202126137-
CMYK00.380.320.21
HSL351.32º41.76%64.31%-
HSV(B)351.32º37.62%79.22%-
XYZ36.3329.2827.4-
YUV149.98120.68165.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 126 (49.61% from 255) = 27.10%
BLUE value IS 137 (53.91% from 255) = 29.46%
R=43.44%
G=27.10%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212613700.380.320.21351.3241.7664.31
HexCA7E89026201515f2a40
Octal312176211046402553752100
Binary110010101111110100010010100110100000101011010111111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7E89; }

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

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

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

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

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

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

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

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