#c86f7b

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

Shades of Charm #C86F7B

Tints of Charm #C86F7B

Color information

#C86F7B (or 0xC86F7B) is unknown color: approx Charm. HEX triplet: C8, 6F and 7B. RGB value is (200,111,123). Sum of RGB (Red+Green+Blue) = 200+111+123=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86F7B is #379084. Grayscale: #8B8B8B. Windows color (decimal): -3641477 or 8089544. OLE color: 8089544.

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

Color convert

RGB200111123-
CMYK00.440.380.22
HSL351.91º44.72%60.98%-
HSV(B)351.91º44.5%78.43%-
XYZ33.0825.0821.84-
YUV138.98118.99171.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.08%
GREEN value IS 111 (43.75% from 255) = 25.58%
BLUE value IS 123 (48.44% from 255) = 28.34%
R=46.08%
G=25.58%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011112300.440.380.22351.9144.7260.98
HexC86F7B02C26161602d3d
Octal31015717305446265405575
Binary1100100011011111111011010110010011010110101100000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c86f7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c86f7b; }

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

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

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

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

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

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

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

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