Shades of Contessa #C6746A
Tints of Contessa #C6746A
RGB
CMYK
RGB Variations
Color information
#C6746A (or 0xC6746A) is known color: Contessa. HEX triplet: C6, 74 and 6A. RGB value is (198,116,106). Sum of RGB (Red+Green+Blue) = 198+116+106=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C6746A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6746A is #398B95. Grayscale: #8B8B8B. Windows color (decimal): -3771286 or 6976710. OLE color: 6976710.
HSL color Cylindrical-coordinate representation of color #C6746A: hue angle of 6.52º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6746A is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 106 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.22 |
| HSL | 6.52º | 0.45% | 0.6% | - |
| HSV(B) | 6.52º | 0.46% | 0.78% | - |
| XYZ | 32.14 | 25.54 | 16.87 | - |
| YUV | 139.38 | 109.17 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 106 | 0 | 0.41 | 0.46 | 0.22 | 6.52 | 0.45 | 0.6 |
| Hex | C6 | 74 | 6A | 0 | 29 | 2E | 16 | 7 | 2D | 3C |
| Octal | 306 | 164 | 152 | 0 | 51 | 56 | 26 | 7 | 55 | 74 |
| Binary | 11000110 | 1110100 | 1101010 | 0 | 101001 | 101110 | 10110 | 111 | 101101 | 111100 |
Color Harmonies of #C6746A
Complementary color
Monochromatic Colors of #C6746A
Black with #C6746A
Text Example
Text Example
White with #C6746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6746A; }
p { color: rgb(198,116,106); }
H1.HeaderClassName
{
color: #C6746A;
}
.AnyTagClassName
{
color: #C6746A;
}
</style>
background-color css
<style>
a { background-color: #C6746A; }
a { background-color: rgb(198,116,106); }
div.DivClassName
{
background-color: #C6746A;
}
.BgClassName
{
background-color: #C6746A;
}
</style>
border-color css
<style>
span { border-color: #C6746A; }
span { border-color: rgb(198,116,106); }
td.TdClassName
{
border-color: #C6746A;
}
.TagClassName
{
border-color: #C6746A;
}
</style>