#C86D7E

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

Shades of Charm #C86D7E

Tints of Charm #C86D7E

Color information

#C86D7E (or 0xC86D7E) is unknown color: approx Charm. HEX triplet: C8, 6D and 7E. RGB value is (200,109,126). Sum of RGB (Red+Green+Blue) = 200+109+126=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D7E is #379281. Grayscale: #8A8A8A. Windows color (decimal): -3641986 or 8285640. OLE color: 8285640.

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

Color convert

RGB200109126-
CMYK00.460.370.22
HSL348.79º45.27%60.59%-
HSV(B)348.79º45.5%78.43%-
XYZ33.0524.7222.77-
YUV138.15121.15172.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.98%
GREEN value IS 109 (42.97% from 255) = 25.06%
BLUE value IS 126 (49.61% from 255) = 28.97%
R=45.98%
G=25.06%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010912600.460.370.22348.7945.2760.59
HexC86D7E02E251615d2d3d
Octal31015517605645265355575
Binary1100100011011011111110010111010010110110101011101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86D7E; }

 p { color: rgb(200,109,126); }

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

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

 a { background-color: rgb(200,109,126); }

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

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

 span { border-color: rgb(200,109,126); }

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