#C86C61

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

Shades of Contessa #C86C61

Tints of Contessa #C86C61

Color information

#C86C61 (or 0xC86C61) is unknown color: approx Contessa. HEX triplet: C8, 6C and 61. RGB value is (200,108,97). Sum of RGB (Red+Green+Blue) = 200+108+97=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86C61 is #37939E. Grayscale: #868686. Windows color (decimal): -3642271 or 6384840. OLE color: 6384840.

HSL color Cylindrical-coordinate representation of color #C86C61: hue angle of 6.41º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C86C61 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB20010897-
CMYK00.460.520.22
HSL6.41º48.36%58.24%-
HSV(B)6.41º51.5%78.43%-
XYZ31.3423.8714.26-
YUV134.25106.98174.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.38%
GREEN value IS 108 (42.58% from 255) = 26.67%
BLUE value IS 97 (38.28% from 255) = 23.95%
R=49.38%
G=26.67%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001089700.460.520.226.4148.3658.24
HexC86C6102E34166303a
Octal310154141056642666072
Binary1100100011011001100001010111011010010110110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86C61; }

 p { color: rgb(200,108,97); }

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

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

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

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

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

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

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