Shades of Contessa #C67969
Tints of Contessa #C67969
RGB
CMYK
RGB Variations
Color information
#C67969 (or 0xC67969) is known color: Contessa. HEX triplet: C6, 79 and 69. RGB value is (198,121,105). Sum of RGB (Red+Green+Blue) = 198+121+105=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C67969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67969 is #398696. Grayscale: #8E8E8E. Windows color (decimal): -3770007 or 6912454. OLE color: 6912454.
HSL color Cylindrical-coordinate representation of color #C67969: hue angle of 10.32º 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 #C67969 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 105 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.22 |
| HSL | 10.32º | 0.45% | 0.59% | - |
| HSV(B) | 10.32º | 0.47% | 0.78% | - |
| XYZ | 32.68 | 26.7 | 16.8 | - |
| YUV | 142.2 | 107.01 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 105 | 0 | 0.39 | 0.47 | 0.22 | 10.32 | 0.45 | 0.59 |
| Hex | C6 | 79 | 69 | 0 | 27 | 2F | 16 | A | 2D | 3B |
| Octal | 306 | 171 | 151 | 0 | 47 | 57 | 26 | 12 | 55 | 73 |
| Binary | 11000110 | 1111001 | 1101001 | 0 | 100111 | 101111 | 10110 | 1010 | 101101 | 111011 |
Color Harmonies of #C67969
Complementary color
Monochromatic Colors of #C67969
Black with #C67969
Text Example
Text Example
White with #C67969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67969; }
p { color: rgb(198,121,105); }
H1.HeaderClassName
{
color: #C67969;
}
.AnyTagClassName
{
color: #C67969;
}
</style>
background-color css
<style>
a { background-color: #C67969; }
a { background-color: rgb(198,121,105); }
div.DivClassName
{
background-color: #C67969;
}
.BgClassName
{
background-color: #C67969;
}
</style>
border-color css
<style>
span { border-color: #C67969; }
span { border-color: rgb(198,121,105); }
td.TdClassName
{
border-color: #C67969;
}
.TagClassName
{
border-color: #C67969;
}
</style>