Shades of Contessa #D16F67
Tints of Contessa #D16F67
RGB
CMYK
RGB Variations
Color information
#D16F67 (or 0xD16F67) is known color: Contessa. HEX triplet: D1, 6F and 67. RGB value is (209,111,103). Sum of RGB (Red+Green+Blue) = 209+111+103=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16F67 is #2E9098. Grayscale: #8B8B8B. Windows color (decimal): -3051673 or 6778833. OLE color: 6778833.
HSL color Cylindrical-coordinate representation of color #D16F67: hue angle of 4.53º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16F67 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 103 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.18 |
| HSL | 4.53º | 0.54% | 0.61% | - |
| HSV(B) | 4.53º | 0.51% | 0.82% | - |
| XYZ | 34.43 | 25.9 | 16.02 | - |
| YUV | 139.39 | 107.47 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 103 | 0 | 0.47 | 0.51 | 0.18 | 4.53 | 0.54 | 0.61 |
| Hex | D1 | 6F | 67 | 0 | 2F | 33 | 12 | 5 | 36 | 3D |
| Octal | 321 | 157 | 147 | 0 | 57 | 63 | 22 | 5 | 66 | 75 |
| Binary | 11010001 | 1101111 | 1100111 | 0 | 101111 | 110011 | 10010 | 101 | 110110 | 111101 |
Color Harmonies of #D16F67
Complementary color
Monochromatic Colors of #D16F67
Black with #D16F67
Text Example
Text Example
White with #D16F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F67; }
p { color: rgb(209,111,103); }
H1.HeaderClassName
{
color: #D16F67;
}
.AnyTagClassName
{
color: #D16F67;
}
</style>
background-color css
<style>
a { background-color: #D16F67; }
a { background-color: rgb(209,111,103); }
div.DivClassName
{
background-color: #D16F67;
}
.BgClassName
{
background-color: #D16F67;
}
</style>
border-color css
<style>
span { border-color: #D16F67; }
span { border-color: rgb(209,111,103); }
td.TdClassName
{
border-color: #D16F67;
}
.TagClassName
{
border-color: #D16F67;
}
</style>