#c86e89

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

Shades of Charm #C86E89

Tints of Charm #C86E89

Color information

#C86E89 (or 0xC86E89) is unknown color: approx Charm. HEX triplet: C8, 6E and 89. RGB value is (200,110,137). Sum of RGB (Red+Green+Blue) = 200+110+137=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86E89 is #379176. Grayscale: #8B8B8B. Windows color (decimal): -3641719 or 9006792. OLE color: 9006792.

HSL color Cylindrical-coordinate representation of color #C86E89: hue angle of 342º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C86E89 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB200110137-
CMYK00.450.320.22
HSL342º45%60.78%-
HSV(B)342º45%78.43%-
XYZ33.9125.2426.75-
YUV139.99126.32170.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 110 (43.36% from 255) = 24.61%
BLUE value IS 137 (53.91% from 255) = 30.65%
R=44.74%
G=24.61%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011013700.450.320.223424560.78
HexC86E8902D20161562d3d
Octal31015621105540265265575
Binary11001000110111010001001010110110000010110101010110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c86e89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c86e89; }

 p { color: rgb(200,110,137); }

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

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

 a { background-color: rgb(200,110,137); }

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

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

 span { border-color: rgb(200,110,137); }

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