#CE7A86

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

Shades of Charm #CE7A86

Tints of Charm #CE7A86

Color information

#CE7A86 (or 0xCE7A86) is unknown color: approx Charm. HEX triplet: CE, 7A and 86. RGB value is (206,122,134). Sum of RGB (Red+Green+Blue) = 206+122+134=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7A86 is #318579. Grayscale: #949494. Windows color (decimal): -3245434 or 8813262. OLE color: 8813262.

HSL color Cylindrical-coordinate representation of color #CE7A86: hue angle of 351.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7A86 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB206122134-
CMYK00.410.350.19
HSL351.43º46.15%64.31%-
HSV(B)351.43º40.78%80.78%-
XYZ36.7228.7626.17-
YUV148.48119.83169.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.59%
GREEN value IS 122 (48.05% from 255) = 26.41%
BLUE value IS 134 (52.73% from 255) = 29.00%
R=44.59%
G=26.41%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612213400.410.350.19351.4346.1564.31
HexCE7A86029231315f2e40
Octal316172206051432353756100
Binary110011101111010100001100101001100011100111010111111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7A86; }

 p { color: rgb(206,122,134); }

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

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

 a { background-color: rgb(206,122,134); }

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

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

 span { border-color: rgb(206,122,134); }

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