Shades of Contessa #D07168
Tints of Contessa #D07168
RGB
CMYK
RGB Variations
Color information
#D07168 (or 0xD07168) is known color: Contessa. HEX triplet: D0, 71 and 68. RGB value is (208,113,104). Sum of RGB (Red+Green+Blue) = 208+113+104=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D07168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07168 is #2F8E97. Grayscale: #8C8C8C. Windows color (decimal): -3116696 or 6844880. OLE color: 6844880.
HSL color Cylindrical-coordinate representation of color #D07168: hue angle of 5.19º 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 #D07168 is Cyan = 0, Magento = 0.46, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 104 | - |
| CMYK | 0 | 0.46 | 0.5 | 0.18 |
| HSL | 5.19º | 0.53% | 0.61% | - |
| HSV(B) | 5.19º | 0.5% | 0.82% | - |
| XYZ | 34.42 | 26.22 | 16.34 | - |
| YUV | 140.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 104 | 0 | 0.46 | 0.5 | 0.18 | 5.19 | 0.53 | 0.61 |
| Hex | D0 | 71 | 68 | 0 | 2E | 32 | 12 | 5 | 35 | 3D |
| Octal | 320 | 161 | 150 | 0 | 56 | 62 | 22 | 5 | 65 | 75 |
| Binary | 11010000 | 1110001 | 1101000 | 0 | 101110 | 110010 | 10010 | 101 | 110101 | 111101 |
Color Harmonies of #D07168
Complementary color
Monochromatic Colors of #D07168
Black with #D07168
Text Example
Text Example
White with #D07168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07168; }
p { color: rgb(208,113,104); }
H1.HeaderClassName
{
color: #D07168;
}
.AnyTagClassName
{
color: #D07168;
}
</style>
background-color css
<style>
a { background-color: #D07168; }
a { background-color: rgb(208,113,104); }
div.DivClassName
{
background-color: #D07168;
}
.BgClassName
{
background-color: #D07168;
}
</style>
border-color css
<style>
span { border-color: #D07168; }
span { border-color: rgb(208,113,104); }
td.TdClassName
{
border-color: #D07168;
}
.TagClassName
{
border-color: #D07168;
}
</style>