#C86F7F

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

Shades of Charm #C86F7F

Tints of Charm #C86F7F

Color information

#C86F7F (or 0xC86F7F) is unknown color: approx Charm. HEX triplet: C8, 6F and 7F. RGB value is (200,111,127). Sum of RGB (Red+Green+Blue) = 200+111+127=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86F7F is #379080. Grayscale: #8B8B8B. Windows color (decimal): -3641473 or 8351688. OLE color: 8351688.

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

Color convert

RGB200111127-
CMYK00.440.360.22
HSL349.21º44.72%60.98%-
HSV(B)349.21º44.5%78.43%-
XYZ33.3325.1823.18-
YUV139.44120.99171.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.66%
GREEN value IS 111 (43.75% from 255) = 25.34%
BLUE value IS 127 (50% from 255) = 29.00%
R=45.66%
G=25.34%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011112700.440.360.22349.2144.7260.98
HexC86F7F02C241615d2d3d
Octal31015717705444265355575
Binary1100100011011111111111010110010010010110101011101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86F7F; }

 p { color: rgb(200,111,127); }

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

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

 a { background-color: rgb(200,111,127); }

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

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

 span { border-color: rgb(200,111,127); }

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