Shades of Contessa #D27368
Tints of Contessa #D27368
RGB
CMYK
RGB Variations
Color information
#D27368 (or 0xD27368) is known color: Contessa. HEX triplet: D2, 73 and 68. RGB value is (210,115,104). Sum of RGB (Red+Green+Blue) = 210+115+104=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D27368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27368 is #2D8C97. Grayscale: #8E8E8E. Windows color (decimal): -2985112 or 6845394. OLE color: 6845394.
HSL color Cylindrical-coordinate representation of color #D27368: hue angle of 6.23º 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 #D27368 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 104 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.18 |
| HSL | 6.23º | 0.54% | 0.62% | - |
| HSV(B) | 6.23º | 0.5% | 0.82% | - |
| XYZ | 35.21 | 26.96 | 16.45 | - |
| YUV | 142.15 | 106.47 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 104 | 0 | 0.45 | 0.50 | 0.18 | 6.23 | 0.54 | 0.62 |
| Hex | D2 | 73 | 68 | 0 | 2D | 32 | 12 | 6 | 36 | 3E |
| Octal | 322 | 163 | 150 | 0 | 55 | 62 | 22 | 6 | 66 | 76 |
| Binary | 11010010 | 1110011 | 1101000 | 0 | 101101 | 110010 | 10010 | 110 | 110110 | 111110 |
Color Harmonies of #D27368
Complementary color
Monochromatic Colors of #D27368
Black with #D27368
Text Example
Text Example
White with #D27368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27368; }
p { color: rgb(210,115,104); }
H1.HeaderClassName
{
color: #D27368;
}
.AnyTagClassName
{
color: #D27368;
}
</style>
background-color css
<style>
a { background-color: #D27368; }
a { background-color: rgb(210,115,104); }
div.DivClassName
{
background-color: #D27368;
}
.BgClassName
{
background-color: #D27368;
}
</style>
border-color css
<style>
span { border-color: #D27368; }
span { border-color: rgb(210,115,104); }
td.TdClassName
{
border-color: #D27368;
}
.TagClassName
{
border-color: #D27368;
}
</style>