Shades of Contessa #D16C6A
Tints of Contessa #D16C6A
RGB
CMYK
RGB Variations
Color information
#D16C6A (or 0xD16C6A) is known color: Contessa. HEX triplet: D1, 6C and 6A. RGB value is (209,108,106). Sum of RGB (Red+Green+Blue) = 209+108+106=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16C6A is #2E9395. Grayscale: #8A8A8A. Windows color (decimal): -3052438 or 6974673. OLE color: 6974673.
HSL color Cylindrical-coordinate representation of color #D16C6A: hue angle of 1.17º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16C6A is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 108 | 106 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.18 |
| HSL | 1.17º | 0.53% | 0.62% | - |
| HSV(B) | 1.17º | 0.49% | 0.82% | - |
| XYZ | 34.26 | 25.32 | 16.72 | - |
| YUV | 137.97 | 109.96 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 106 | 0 | 0.48 | 0.49 | 0.18 | 1.17 | 0.53 | 0.62 |
| Hex | D1 | 6C | 6A | 0 | 30 | 31 | 12 | 1 | 35 | 3E |
| Octal | 321 | 154 | 152 | 0 | 60 | 61 | 22 | 1 | 65 | 76 |
| Binary | 11010001 | 1101100 | 1101010 | 0 | 110000 | 110001 | 10010 | 1 | 110101 | 111110 |
Color Harmonies of #D16C6A
Complementary color
Monochromatic Colors of #D16C6A
Black with #D16C6A
Text Example
Text Example
White with #D16C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16C6A; }
p { color: rgb(209,108,106); }
H1.HeaderClassName
{
color: #D16C6A;
}
.AnyTagClassName
{
color: #D16C6A;
}
</style>
background-color css
<style>
a { background-color: #D16C6A; }
a { background-color: rgb(209,108,106); }
div.DivClassName
{
background-color: #D16C6A;
}
.BgClassName
{
background-color: #D16C6A;
}
</style>
border-color css
<style>
span { border-color: #D16C6A; }
span { border-color: rgb(209,108,106); }
td.TdClassName
{
border-color: #D16C6A;
}
.TagClassName
{
border-color: #D16C6A;
}
</style>