Shades of Contessa #C6746D
Tints of Contessa #C6746D
RGB
CMYK
RGB Variations
Color information
#C6746D (or 0xC6746D) is known color: Contessa. HEX triplet: C6, 74 and 6D. RGB value is (198,116,109). Sum of RGB (Red+Green+Blue) = 198+116+109=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6746D is #398B92. Grayscale: #8B8B8B. Windows color (decimal): -3771283 or 7173318. OLE color: 7173318.
HSL color Cylindrical-coordinate representation of color #C6746D: hue angle of 4.72º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C6746D is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 109 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.22 |
| HSL | 4.72º | 0.44% | 0.6% | - |
| HSV(B) | 4.72º | 0.45% | 0.78% | - |
| XYZ | 32.29 | 25.6 | 17.71 | - |
| YUV | 139.72 | 110.67 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 109 | 0 | 0.41 | 0.45 | 0.22 | 4.72 | 0.44 | 0.6 |
| Hex | C6 | 74 | 6D | 0 | 29 | 2D | 16 | 5 | 2C | 3C |
| Octal | 306 | 164 | 155 | 0 | 51 | 55 | 26 | 5 | 54 | 74 |
| Binary | 11000110 | 1110100 | 1101101 | 0 | 101001 | 101101 | 10110 | 101 | 101100 | 111100 |
Color Harmonies of #C6746D
Complementary color
Monochromatic Colors of #C6746D
Black with #C6746D
Text Example
Text Example
White with #C6746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6746D; }
p { color: rgb(198,116,109); }
H1.HeaderClassName
{
color: #C6746D;
}
.AnyTagClassName
{
color: #C6746D;
}
</style>
background-color css
<style>
a { background-color: #C6746D; }
a { background-color: rgb(198,116,109); }
div.DivClassName
{
background-color: #C6746D;
}
.BgClassName
{
background-color: #C6746D;
}
</style>
border-color css
<style>
span { border-color: #C6746D; }
span { border-color: rgb(198,116,109); }
td.TdClassName
{
border-color: #C6746D;
}
.TagClassName
{
border-color: #C6746D;
}
</style>