#C86F86

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

Shades of Charm #C86F86

Tints of Charm #C86F86

Color information

#C86F86 (or 0xC86F86) is unknown color: approx Charm. HEX triplet: C8, 6F and 86. RGB value is (200,111,134). Sum of RGB (Red+Green+Blue) = 200+111+134=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86F86 is #379079. Grayscale: #8C8C8C. Windows color (decimal): -3641466 or 8810440. OLE color: 8810440.

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

Color convert

RGB200111134-
CMYK00.440.330.22
HSL344.49º44.72%60.98%-
HSV(B)344.49º44.5%78.43%-
XYZ33.8125.3725.67-
YUV140.23124.49170.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.94%
GREEN value IS 111 (43.75% from 255) = 24.94%
BLUE value IS 134 (52.73% from 255) = 30.11%
R=44.94%
G=24.94%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011113400.440.330.22344.4944.7260.98
HexC86F8602C21161582d3d
Octal31015720605441265305575
Binary11001000110111110000110010110010000110110101011000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86F86; }

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

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

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

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

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

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

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

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