Shades of Contessa #D17268
Tints of Contessa #D17268
RGB
CMYK
RGB Variations
Color information
#D17268 (or 0xD17268) is known color: Contessa. HEX triplet: D1, 72 and 68. RGB value is (209,114,104). Sum of RGB (Red+Green+Blue) = 209+114+104=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D17268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17268 is #2E8D97. Grayscale: #8D8D8D. Windows color (decimal): -3050904 or 6845137. OLE color: 6845137.
HSL color Cylindrical-coordinate representation of color #D17268: hue angle of 5.71º 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 #D17268 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 104 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.18 |
| HSL | 5.71º | 0.53% | 0.61% | - |
| HSV(B) | 5.71º | 0.5% | 0.82% | - |
| XYZ | 34.81 | 26.59 | 16.39 | - |
| YUV | 141.27 | 106.97 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 104 | 0 | 0.45 | 0.50 | 0.18 | 5.71 | 0.53 | 0.61 |
| Hex | D1 | 72 | 68 | 0 | 2D | 32 | 12 | 6 | 35 | 3D |
| Octal | 321 | 162 | 150 | 0 | 55 | 62 | 22 | 6 | 65 | 75 |
| Binary | 11010001 | 1110010 | 1101000 | 0 | 101101 | 110010 | 10010 | 110 | 110101 | 111101 |
Color Harmonies of #D17268
Complementary color
Monochromatic Colors of #D17268
Black with #D17268
Text Example
Text Example
White with #D17268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17268; }
p { color: rgb(209,114,104); }
H1.HeaderClassName
{
color: #D17268;
}
.AnyTagClassName
{
color: #D17268;
}
</style>
background-color css
<style>
a { background-color: #D17268; }
a { background-color: rgb(209,114,104); }
div.DivClassName
{
background-color: #D17268;
}
.BgClassName
{
background-color: #D17268;
}
</style>
border-color css
<style>
span { border-color: #D17268; }
span { border-color: rgb(209,114,104); }
td.TdClassName
{
border-color: #D17268;
}
.TagClassName
{
border-color: #D17268;
}
</style>