Shades of Contessa #D26F69
Tints of Contessa #D26F69
RGB
CMYK
RGB Variations
Color information
#D26F69 (or 0xD26F69) is known color: Contessa. HEX triplet: D2, 6F and 69. RGB value is (210,111,105). Sum of RGB (Red+Green+Blue) = 210+111+105=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26F69 is #2D9096. Grayscale: #8C8C8C. Windows color (decimal): -2986135 or 6909906. OLE color: 6909906.
HSL color Cylindrical-coordinate representation of color #D26F69: hue angle of 3.43º 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 #D26F69 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 105 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.18 |
| HSL | 3.43º | 0.54% | 0.62% | - |
| HSV(B) | 3.43º | 0.5% | 0.82% | - |
| XYZ | 34.81 | 26.09 | 16.57 | - |
| YUV | 139.92 | 108.3 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 105 | 0 | 0.47 | 0.50 | 0.18 | 3.43 | 0.54 | 0.62 |
| Hex | D2 | 6F | 69 | 0 | 2F | 32 | 12 | 3 | 36 | 3E |
| Octal | 322 | 157 | 151 | 0 | 57 | 62 | 22 | 3 | 66 | 76 |
| Binary | 11010010 | 1101111 | 1101001 | 0 | 101111 | 110010 | 10010 | 11 | 110110 | 111110 |
Color Harmonies of #D26F69
Complementary color
Monochromatic Colors of #D26F69
Black with #D26F69
Text Example
Text Example
White with #D26F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26F69; }
p { color: rgb(210,111,105); }
H1.HeaderClassName
{
color: #D26F69;
}
.AnyTagClassName
{
color: #D26F69;
}
</style>
background-color css
<style>
a { background-color: #D26F69; }
a { background-color: rgb(210,111,105); }
div.DivClassName
{
background-color: #D26F69;
}
.BgClassName
{
background-color: #D26F69;
}
</style>
border-color css
<style>
span { border-color: #D26F69; }
span { border-color: rgb(210,111,105); }
td.TdClassName
{
border-color: #D26F69;
}
.TagClassName
{
border-color: #D26F69;
}
</style>