#C8706D

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

Shades of Contessa #C8706D

Tints of Contessa #C8706D

Color information

#C8706D (or 0xC8706D) is unknown color: approx Contessa. HEX triplet: C8, 70 and 6D. RGB value is (200,112,109). Sum of RGB (Red+Green+Blue) = 200+112+109=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C8706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8706D is #378F92. Grayscale: #8A8A8A. Windows color (decimal): -3641235 or 7172296. OLE color: 7172296.

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

Color convert

RGB200112109-
CMYK00.440.460.22
HSL1.98º45.27%60.59%-
HSV(B)1.98º45.5%78.43%-
XYZ32.3724.9717.58-
YUV137.97111.65172.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.51%
GREEN value IS 112 (44.14% from 255) = 26.60%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=47.51%
G=26.60%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011210900.440.460.221.9845.2760.59
HexC8706D02C2E1622d3d
Octal310160155054562625575
Binary110010001110000110110101011001011101011010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8706D; }

 p { color: rgb(200,112,109); }

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

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

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

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

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

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

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