Shades of Contessa #D06968
Tints of Contessa #D06968
RGB
CMYK
RGB Variations
Color information
#D06968 (or 0xD06968) is known color: Contessa. HEX triplet: D0, 69 and 68. RGB value is (208,105,104). Sum of RGB (Red+Green+Blue) = 208+105+104=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D06968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06968 is #2F9697. Grayscale: #878787. Windows color (decimal): -3118744 or 6842832. OLE color: 6842832.
HSL color Cylindrical-coordinate representation of color #D06968: hue angle of 0.58º 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 #D06968 is Cyan = 0, Magento = 0.50, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 104 | - |
| CMYK | 0 | 0.50 | 0.5 | 0.18 |
| HSL | 0.58º | 0.53% | 0.61% | - |
| HSV(B) | 0.58º | 0.5% | 0.82% | - |
| XYZ | 33.56 | 24.51 | 16.06 | - |
| YUV | 135.68 | 110.12 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 104 | 0 | 0.50 | 0.5 | 0.18 | 0.58 | 0.53 | 0.61 |
| Hex | D0 | 69 | 68 | 0 | 32 | 32 | 12 | 1 | 35 | 3D |
| Octal | 320 | 151 | 150 | 0 | 62 | 62 | 22 | 1 | 65 | 75 |
| Binary | 11010000 | 1101001 | 1101000 | 0 | 110010 | 110010 | 10010 | 1 | 110101 | 111101 |
Color Harmonies of #D06968
Complementary color
Monochromatic Colors of #D06968
Black with #D06968
Text Example
Text Example
White with #D06968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06968; }
p { color: rgb(208,105,104); }
H1.HeaderClassName
{
color: #D06968;
}
.AnyTagClassName
{
color: #D06968;
}
</style>
background-color css
<style>
a { background-color: #D06968; }
a { background-color: rgb(208,105,104); }
div.DivClassName
{
background-color: #D06968;
}
.BgClassName
{
background-color: #D06968;
}
</style>
border-color css
<style>
span { border-color: #D06968; }
span { border-color: rgb(208,105,104); }
td.TdClassName
{
border-color: #D06968;
}
.TagClassName
{
border-color: #D06968;
}
</style>