Shades of Contessa #D27268
Tints of Contessa #D27268
RGB
CMYK
RGB Variations
Color information
#D27268 (or 0xD27268) is known color: Contessa. HEX triplet: D2, 72 and 68. RGB value is (210,114,104). Sum of RGB (Red+Green+Blue) = 210+114+104=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D27268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27268 is #2D8D97. Grayscale: #8D8D8D. Windows color (decimal): -2985368 or 6845138. OLE color: 6845138.
HSL color Cylindrical-coordinate representation of color #D27268: hue angle of 5.66º 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 #D27268 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 104 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.18 |
| HSL | 5.66º | 0.54% | 0.62% | - |
| HSV(B) | 5.66º | 0.5% | 0.82% | - |
| XYZ | 35.09 | 26.74 | 16.41 | - |
| YUV | 141.56 | 106.8 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 104 | 0 | 0.46 | 0.50 | 0.18 | 5.66 | 0.54 | 0.62 |
| Hex | D2 | 72 | 68 | 0 | 2E | 32 | 12 | 6 | 36 | 3E |
| Octal | 322 | 162 | 150 | 0 | 56 | 62 | 22 | 6 | 66 | 76 |
| Binary | 11010010 | 1110010 | 1101000 | 0 | 101110 | 110010 | 10010 | 110 | 110110 | 111110 |
Color Harmonies of #D27268
Complementary color
Monochromatic Colors of #D27268
Black with #D27268
Text Example
Text Example
White with #D27268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27268; }
p { color: rgb(210,114,104); }
H1.HeaderClassName
{
color: #D27268;
}
.AnyTagClassName
{
color: #D27268;
}
</style>
background-color css
<style>
a { background-color: #D27268; }
a { background-color: rgb(210,114,104); }
div.DivClassName
{
background-color: #D27268;
}
.BgClassName
{
background-color: #D27268;
}
</style>
border-color css
<style>
span { border-color: #D27268; }
span { border-color: rgb(210,114,104); }
td.TdClassName
{
border-color: #D27268;
}
.TagClassName
{
border-color: #D27268;
}
</style>