Shades of Contessa #C6786F
Tints of Contessa #C6786F
RGB
CMYK
RGB Variations
Color information
#C6786F (or 0xC6786F) is known color: Contessa. HEX triplet: C6, 78 and 6F. RGB value is (198,120,111). Sum of RGB (Red+Green+Blue) = 198+120+111=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C6786F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6786F is #398790. Grayscale: #8E8E8E. Windows color (decimal): -3770257 or 7305414. OLE color: 7305414.
HSL color Cylindrical-coordinate representation of color #C6786F: hue angle of 6.21º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C6786F is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 111 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.22 |
| HSL | 6.21º | 0.43% | 0.61% | - |
| HSV(B) | 6.21º | 0.44% | 0.78% | - |
| XYZ | 32.87 | 26.59 | 18.44 | - |
| YUV | 142.3 | 110.34 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 111 | 0 | 0.39 | 0.44 | 0.22 | 6.21 | 0.43 | 0.61 |
| Hex | C6 | 78 | 6F | 0 | 27 | 2C | 16 | 6 | 2B | 3D |
| Octal | 306 | 170 | 157 | 0 | 47 | 54 | 26 | 6 | 53 | 75 |
| Binary | 11000110 | 1111000 | 1101111 | 0 | 100111 | 101100 | 10110 | 110 | 101011 | 111101 |
Color Harmonies of #C6786F
Complementary color
Monochromatic Colors of #C6786F
Black with #C6786F
Text Example
Text Example
White with #C6786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6786F; }
p { color: rgb(198,120,111); }
H1.HeaderClassName
{
color: #C6786F;
}
.AnyTagClassName
{
color: #C6786F;
}
</style>
background-color css
<style>
a { background-color: #C6786F; }
a { background-color: rgb(198,120,111); }
div.DivClassName
{
background-color: #C6786F;
}
.BgClassName
{
background-color: #C6786F;
}
</style>
border-color css
<style>
span { border-color: #C6786F; }
span { border-color: rgb(198,120,111); }
td.TdClassName
{
border-color: #C6786F;
}
.TagClassName
{
border-color: #C6786F;
}
</style>