Shades of Contessa #D0726A
Tints of Contessa #D0726A
RGB
CMYK
RGB Variations
Color information
#D0726A (or 0xD0726A) is known color: Contessa. HEX triplet: D0, 72 and 6A. RGB value is (208,114,106). Sum of RGB (Red+Green+Blue) = 208+114+106=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D0726A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0726A is #2F8D95. Grayscale: #8D8D8D. Windows color (decimal): -3116438 or 6976208. OLE color: 6976208.
HSL color Cylindrical-coordinate representation of color #D0726A: hue angle of 4.71º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0726A is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 106 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.18 |
| HSL | 4.71º | 0.52% | 0.62% | - |
| HSV(B) | 4.71º | 0.49% | 0.82% | - |
| XYZ | 34.63 | 26.49 | 16.92 | - |
| YUV | 141.19 | 108.14 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 106 | 0 | 0.45 | 0.49 | 0.18 | 4.71 | 0.52 | 0.62 |
| Hex | D0 | 72 | 6A | 0 | 2D | 31 | 12 | 5 | 34 | 3E |
| Octal | 320 | 162 | 152 | 0 | 55 | 61 | 22 | 5 | 64 | 76 |
| Binary | 11010000 | 1110010 | 1101010 | 0 | 101101 | 110001 | 10010 | 101 | 110100 | 111110 |
Color Harmonies of #D0726A
Complementary color
Monochromatic Colors of #D0726A
Black with #D0726A
Text Example
Text Example
White with #D0726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0726A; }
p { color: rgb(208,114,106); }
H1.HeaderClassName
{
color: #D0726A;
}
.AnyTagClassName
{
color: #D0726A;
}
</style>
background-color css
<style>
a { background-color: #D0726A; }
a { background-color: rgb(208,114,106); }
div.DivClassName
{
background-color: #D0726A;
}
.BgClassName
{
background-color: #D0726A;
}
</style>
border-color css
<style>
span { border-color: #D0726A; }
span { border-color: rgb(208,114,106); }
td.TdClassName
{
border-color: #D0726A;
}
.TagClassName
{
border-color: #D0726A;
}
</style>