#C86B5F

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

Shades of Contessa #C86B5F

Tints of Contessa #C86B5F

Color information

#C86B5F (or 0xC86B5F) is unknown color: approx Contessa. HEX triplet: C8, 6B and 5F. RGB value is (200,107,95). Sum of RGB (Red+Green+Blue) = 200+107+95=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86B5F is #3794A0. Grayscale: #858585. Windows color (decimal): -3642529 or 6253512. OLE color: 6253512.

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

Color convert

RGB20010795-
CMYK00.460.520.22
HSL6.86º48.84%57.84%-
HSV(B)6.86º52.5%78.43%-
XYZ31.1423.6213.74-
YUV133.44106.31175.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.75%
GREEN value IS 107 (42.19% from 255) = 26.62%
BLUE value IS 95 (37.5% from 255) = 23.63%
R=49.75%
G=26.62%
B=23.63%

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
Decimal2001079500.460.520.226.8648.8457.84
HexC86B5F02E34167313a
Octal310153137056642676172
Binary1100100011010111011111010111011010010110111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86B5F; }

 p { color: rgb(200,107,95); }

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

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

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

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

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

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

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