Shades of Contessa #D16F69
Tints of Contessa #D16F69
RGB
CMYK
RGB Variations
Color information
#D16F69 (or 0xD16F69) is known color: Contessa. HEX triplet: D1, 6F and 69. RGB value is (209,111,105). Sum of RGB (Red+Green+Blue) = 209+111+105=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16F69 is #2E9096. Grayscale: #8B8B8B. Windows color (decimal): -3051671 or 6909905. OLE color: 6909905.
HSL color Cylindrical-coordinate representation of color #D16F69: hue angle of 3.46º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16F69 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 105 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.18 |
| HSL | 3.46º | 0.53% | 0.62% | - |
| HSV(B) | 3.46º | 0.5% | 0.82% | - |
| XYZ | 34.53 | 25.94 | 16.55 | - |
| YUV | 139.62 | 108.47 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 105 | 0 | 0.47 | 0.50 | 0.18 | 3.46 | 0.53 | 0.62 |
| Hex | D1 | 6F | 69 | 0 | 2F | 32 | 12 | 3 | 35 | 3E |
| Octal | 321 | 157 | 151 | 0 | 57 | 62 | 22 | 3 | 65 | 76 |
| Binary | 11010001 | 1101111 | 1101001 | 0 | 101111 | 110010 | 10010 | 11 | 110101 | 111110 |
Color Harmonies of #D16F69
Complementary color
Monochromatic Colors of #D16F69
Black with #D16F69
Text Example
Text Example
White with #D16F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F69; }
p { color: rgb(209,111,105); }
H1.HeaderClassName
{
color: #D16F69;
}
.AnyTagClassName
{
color: #D16F69;
}
</style>
background-color css
<style>
a { background-color: #D16F69; }
a { background-color: rgb(209,111,105); }
div.DivClassName
{
background-color: #D16F69;
}
.BgClassName
{
background-color: #D16F69;
}
</style>
border-color css
<style>
span { border-color: #D16F69; }
span { border-color: rgb(209,111,105); }
td.TdClassName
{
border-color: #D16F69;
}
.TagClassName
{
border-color: #D16F69;
}
</style>