Shades of Contessa #D07268
Tints of Contessa #D07268
RGB
CMYK
RGB Variations
Color information
#D07268 (or 0xD07268) is known color: Contessa. HEX triplet: D0, 72 and 68. RGB value is (208,114,104). Sum of RGB (Red+Green+Blue) = 208+114+104=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D07268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07268 is #2F8D97. Grayscale: #8D8D8D. Windows color (decimal): -3116440 or 6845136. OLE color: 6845136.
HSL color Cylindrical-coordinate representation of color #D07268: hue angle of 5.77º 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 #D07268 is Cyan = 0, Magento = 0.45, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 104 | - |
| CMYK | 0 | 0.45 | 0.5 | 0.18 |
| HSL | 5.77º | 0.53% | 0.61% | - |
| HSV(B) | 5.77º | 0.5% | 0.82% | - |
| XYZ | 34.53 | 26.44 | 16.38 | - |
| YUV | 140.97 | 107.14 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 104 | 0 | 0.45 | 0.5 | 0.18 | 5.77 | 0.53 | 0.61 |
| Hex | D0 | 72 | 68 | 0 | 2D | 32 | 12 | 6 | 35 | 3D |
| Octal | 320 | 162 | 150 | 0 | 55 | 62 | 22 | 6 | 65 | 75 |
| Binary | 11010000 | 1110010 | 1101000 | 0 | 101101 | 110010 | 10010 | 110 | 110101 | 111101 |
Color Harmonies of #D07268
Complementary color
Monochromatic Colors of #D07268
Black with #D07268
Text Example
Text Example
White with #D07268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07268; }
p { color: rgb(208,114,104); }
H1.HeaderClassName
{
color: #D07268;
}
.AnyTagClassName
{
color: #D07268;
}
</style>
background-color css
<style>
a { background-color: #D07268; }
a { background-color: rgb(208,114,104); }
div.DivClassName
{
background-color: #D07268;
}
.BgClassName
{
background-color: #D07268;
}
</style>
border-color css
<style>
span { border-color: #D07268; }
span { border-color: rgb(208,114,104); }
td.TdClassName
{
border-color: #D07268;
}
.TagClassName
{
border-color: #D07268;
}
</style>