Shades of Contessa #C67869
Tints of Contessa #C67869
RGB
CMYK
RGB Variations
Color information
#C67869 (or 0xC67869) is known color: Contessa. HEX triplet: C6, 78 and 69. RGB value is (198,120,105). Sum of RGB (Red+Green+Blue) = 198+120+105=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C67869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67869 is #398796. Grayscale: #8D8D8D. Windows color (decimal): -3770263 or 6912198. OLE color: 6912198.
HSL color Cylindrical-coordinate representation of color #C67869: hue angle of 9.68º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C67869 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 105 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.22 |
| HSL | 9.68º | 0.45% | 0.59% | - |
| HSV(B) | 9.68º | 0.47% | 0.78% | - |
| XYZ | 32.55 | 26.46 | 16.76 | - |
| YUV | 141.61 | 107.34 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 105 | 0 | 0.39 | 0.47 | 0.22 | 9.68 | 0.45 | 0.59 |
| Hex | C6 | 78 | 69 | 0 | 27 | 2F | 16 | A | 2D | 3B |
| Octal | 306 | 170 | 151 | 0 | 47 | 57 | 26 | 12 | 55 | 73 |
| Binary | 11000110 | 1111000 | 1101001 | 0 | 100111 | 101111 | 10110 | 1010 | 101101 | 111011 |
Color Harmonies of #C67869
Complementary color
Monochromatic Colors of #C67869
Black with #C67869
Text Example
Text Example
White with #C67869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67869; }
p { color: rgb(198,120,105); }
H1.HeaderClassName
{
color: #C67869;
}
.AnyTagClassName
{
color: #C67869;
}
</style>
background-color css
<style>
a { background-color: #C67869; }
a { background-color: rgb(198,120,105); }
div.DivClassName
{
background-color: #C67869;
}
.BgClassName
{
background-color: #C67869;
}
</style>
border-color css
<style>
span { border-color: #C67869; }
span { border-color: rgb(198,120,105); }
td.TdClassName
{
border-color: #C67869;
}
.TagClassName
{
border-color: #C67869;
}
</style>