Shades of Contessa #C8766D
Tints of Contessa #C8766D
RGB
CMYK
RGB Variations
Color information
#C8766D (or 0xC8766D) is known color: Contessa. HEX triplet: C8, 76 and 6D. RGB value is (200,118,109). Sum of RGB (Red+Green+Blue) = 200+118+109=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8766D is #378992. Grayscale: #8D8D8D. Windows color (decimal): -3639699 or 7173832. OLE color: 7173832.
HSL color Cylindrical-coordinate representation of color #C8766D: hue angle of 5.93º 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 #C8766D is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 109 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.22 |
| HSL | 5.93º | 0.45% | 0.61% | - |
| HSV(B) | 5.93º | 0.46% | 0.78% | - |
| XYZ | 33.06 | 26.34 | 17.81 | - |
| YUV | 141.49 | 109.67 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 109 | 0 | 0.41 | 0.46 | 0.22 | 5.93 | 0.45 | 0.61 |
| Hex | C8 | 76 | 6D | 0 | 29 | 2E | 16 | 6 | 2D | 3D |
| Octal | 310 | 166 | 155 | 0 | 51 | 56 | 26 | 6 | 55 | 75 |
| Binary | 11001000 | 1110110 | 1101101 | 0 | 101001 | 101110 | 10110 | 110 | 101101 | 111101 |
Color Harmonies of #C8766D
Complementary color
Monochromatic Colors of #C8766D
Black with #C8766D
Text Example
Text Example
White with #C8766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8766D; }
p { color: rgb(200,118,109); }
H1.HeaderClassName
{
color: #C8766D;
}
.AnyTagClassName
{
color: #C8766D;
}
</style>
background-color css
<style>
a { background-color: #C8766D; }
a { background-color: rgb(200,118,109); }
div.DivClassName
{
background-color: #C8766D;
}
.BgClassName
{
background-color: #C8766D;
}
</style>
border-color css
<style>
span { border-color: #C8766D; }
span { border-color: rgb(200,118,109); }
td.TdClassName
{
border-color: #C8766D;
}
.TagClassName
{
border-color: #C8766D;
}
</style>