#c86e6e

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

Shades of Contessa #C86E6E

Tints of Contessa #C86E6E

Color information

#C86E6E (or 0xC86E6E) is unknown color: approx Contessa. HEX triplet: C8, 6E and 6E. RGB value is (200,110,110). Sum of RGB (Red+Green+Blue) = 200+110+110=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86E6E is #379191. Grayscale: #898989. Windows color (decimal): -3641746 or 7237320. OLE color: 7237320.

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

Color convert

RGB200110110-
CMYK00.450.450.22
HSL45%60.78%-
HSV(B)45%78.43%-
XYZ32.2124.5617.79-
YUV136.91112.82173-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.62%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 110 (43.36% from 255) = 26.19%
R=47.62%
G=26.19%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011011000.450.450.2204560.78
HexC86E6E02D2D1602d3d
Octal310156156055552605575
Binary11001000110111011011100101101101101101100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c86e6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c86e6e; }

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

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

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

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

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

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

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

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