#CA7E86

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

Shades of Charm #CA7E86

Tints of Charm #CA7E86

Color information

#CA7E86 (or 0xCA7E86) is unknown color: approx Charm. HEX triplet: CA, 7E and 86. RGB value is (202,126,134). Sum of RGB (Red+Green+Blue) = 202+126+134=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7E86 is #358179. Grayscale: #959595. Windows color (decimal): -3506554 or 8814282. OLE color: 8814282.

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

Color convert

RGB202126134-
CMYK00.380.340.21
HSL353.68º41.76%64.31%-
HSV(B)353.68º37.62%79.22%-
XYZ36.1229.226.29-
YUV149.64119.18165.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 126 (49.61% from 255) = 27.27%
BLUE value IS 134 (52.73% from 255) = 29.00%
R=43.72%
G=27.27%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212613400.380.340.21353.6841.7664.31
HexCA7E8602622151622a40
Octal312176206046422554252100
Binary110010101111110100001100100110100010101011011000101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7E86; }

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

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

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

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

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

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

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

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