Shades of Contessa #C67466
Tints of Contessa #C67466
RGB
CMYK
RGB Variations
Color information
#C67466 (or 0xC67466) is known color: Contessa. HEX triplet: C6, 74 and 66. RGB value is (198,116,102). Sum of RGB (Red+Green+Blue) = 198+116+102=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C67466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67466 is #398B99. Grayscale: #8B8B8B. Windows color (decimal): -3771290 or 6714566. OLE color: 6714566.
HSL color Cylindrical-coordinate representation of color #C67466: hue angle of 8.75º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C67466 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 102 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.22 |
| HSL | 8.75º | 0.46% | 0.59% | - |
| HSV(B) | 8.75º | 0.48% | 0.78% | - |
| XYZ | 31.93 | 25.46 | 15.8 | - |
| YUV | 138.92 | 107.17 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 102 | 0 | 0.41 | 0.48 | 0.22 | 8.75 | 0.46 | 0.59 |
| Hex | C6 | 74 | 66 | 0 | 29 | 30 | 16 | 9 | 2E | 3B |
| Octal | 306 | 164 | 146 | 0 | 51 | 60 | 26 | 11 | 56 | 73 |
| Binary | 11000110 | 1110100 | 1100110 | 0 | 101001 | 110000 | 10110 | 1001 | 101110 | 111011 |
Color Harmonies of #C67466
Complementary color
Monochromatic Colors of #C67466
Black with #C67466
Text Example
Text Example
White with #C67466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67466; }
p { color: rgb(198,116,102); }
H1.HeaderClassName
{
color: #C67466;
}
.AnyTagClassName
{
color: #C67466;
}
</style>
background-color css
<style>
a { background-color: #C67466; }
a { background-color: rgb(198,116,102); }
div.DivClassName
{
background-color: #C67466;
}
.BgClassName
{
background-color: #C67466;
}
</style>
border-color css
<style>
span { border-color: #C67466; }
span { border-color: rgb(198,116,102); }
td.TdClassName
{
border-color: #C67466;
}
.TagClassName
{
border-color: #C67466;
}
</style>