Shades of Contessa #D26F68
Tints of Contessa #D26F68
RGB
CMYK
RGB Variations
Color information
#D26F68 (or 0xD26F68) is known color: Contessa. HEX triplet: D2, 6F and 68. RGB value is (210,111,104). Sum of RGB (Red+Green+Blue) = 210+111+104=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26F68 is #2D9097. Grayscale: #8B8B8B. Windows color (decimal): -2986136 or 6844370. OLE color: 6844370.
HSL color Cylindrical-coordinate representation of color #D26F68: hue angle of 3.96º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26F68 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 104 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.18 |
| HSL | 3.96º | 0.54% | 0.62% | - |
| HSV(B) | 3.96º | 0.5% | 0.82% | - |
| XYZ | 34.76 | 26.07 | 16.3 | - |
| YUV | 139.8 | 107.8 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 104 | 0 | 0.47 | 0.50 | 0.18 | 3.96 | 0.54 | 0.62 |
| Hex | D2 | 6F | 68 | 0 | 2F | 32 | 12 | 4 | 36 | 3E |
| Octal | 322 | 157 | 150 | 0 | 57 | 62 | 22 | 4 | 66 | 76 |
| Binary | 11010010 | 1101111 | 1101000 | 0 | 101111 | 110010 | 10010 | 100 | 110110 | 111110 |
Color Harmonies of #D26F68
Complementary color
Monochromatic Colors of #D26F68
Black with #D26F68
Text Example
Text Example
White with #D26F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26F68; }
p { color: rgb(210,111,104); }
H1.HeaderClassName
{
color: #D26F68;
}
.AnyTagClassName
{
color: #D26F68;
}
</style>
background-color css
<style>
a { background-color: #D26F68; }
a { background-color: rgb(210,111,104); }
div.DivClassName
{
background-color: #D26F68;
}
.BgClassName
{
background-color: #D26F68;
}
</style>
border-color css
<style>
span { border-color: #D26F68; }
span { border-color: rgb(210,111,104); }
td.TdClassName
{
border-color: #D26F68;
}
.TagClassName
{
border-color: #D26F68;
}
</style>