Shades of Contessa #D16C68
Tints of Contessa #D16C68
RGB
CMYK
RGB Variations
Color information
#D16C68 (or 0xD16C68) is known color: Contessa. HEX triplet: D1, 6C and 68. RGB value is (209,108,104). Sum of RGB (Red+Green+Blue) = 209+108+104=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16C68 is #2E9397. Grayscale: #898989. Windows color (decimal): -3052440 or 6843601. OLE color: 6843601.
HSL color Cylindrical-coordinate representation of color #D16C68: hue angle of 2.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16C68 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 108 | 104 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.18 |
| HSL | 2.29º | 0.53% | 0.61% | - |
| HSV(B) | 2.29º | 0.5% | 0.82% | - |
| XYZ | 34.16 | 25.28 | 16.18 | - |
| YUV | 137.74 | 108.96 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 104 | 0 | 0.48 | 0.50 | 0.18 | 2.29 | 0.53 | 0.61 |
| Hex | D1 | 6C | 68 | 0 | 30 | 32 | 12 | 2 | 35 | 3D |
| Octal | 321 | 154 | 150 | 0 | 60 | 62 | 22 | 2 | 65 | 75 |
| Binary | 11010001 | 1101100 | 1101000 | 0 | 110000 | 110010 | 10010 | 10 | 110101 | 111101 |
Color Harmonies of #D16C68
Complementary color
Monochromatic Colors of #D16C68
Black with #D16C68
Text Example
Text Example
White with #D16C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16C68; }
p { color: rgb(209,108,104); }
H1.HeaderClassName
{
color: #D16C68;
}
.AnyTagClassName
{
color: #D16C68;
}
</style>
background-color css
<style>
a { background-color: #D16C68; }
a { background-color: rgb(209,108,104); }
div.DivClassName
{
background-color: #D16C68;
}
.BgClassName
{
background-color: #D16C68;
}
</style>
border-color css
<style>
span { border-color: #D16C68; }
span { border-color: rgb(209,108,104); }
td.TdClassName
{
border-color: #D16C68;
}
.TagClassName
{
border-color: #D16C68;
}
</style>