Shades of Contessa #D27067
Tints of Contessa #D27067
RGB
CMYK
RGB Variations
Color information
#D27067 (or 0xD27067) is known color: Contessa. HEX triplet: D2, 70 and 67. RGB value is (210,112,103). Sum of RGB (Red+Green+Blue) = 210+112+103=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D27067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27067 is #2D8F98. Grayscale: #8C8C8C. Windows color (decimal): -2985881 or 6779090. OLE color: 6779090.
HSL color Cylindrical-coordinate representation of color #D27067: hue angle of 5.05º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D27067 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 103 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.18 |
| HSL | 5.05º | 0.54% | 0.61% | - |
| HSV(B) | 5.05º | 0.51% | 0.82% | - |
| XYZ | 34.82 | 26.27 | 16.07 | - |
| YUV | 140.28 | 106.97 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 103 | 0 | 0.47 | 0.51 | 0.18 | 5.05 | 0.54 | 0.61 |
| Hex | D2 | 70 | 67 | 0 | 2F | 33 | 12 | 5 | 36 | 3D |
| Octal | 322 | 160 | 147 | 0 | 57 | 63 | 22 | 5 | 66 | 75 |
| Binary | 11010010 | 1110000 | 1100111 | 0 | 101111 | 110011 | 10010 | 101 | 110110 | 111101 |
Color Harmonies of #D27067
Complementary color
Monochromatic Colors of #D27067
Black with #D27067
Text Example
Text Example
White with #D27067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27067; }
p { color: rgb(210,112,103); }
H1.HeaderClassName
{
color: #D27067;
}
.AnyTagClassName
{
color: #D27067;
}
</style>
background-color css
<style>
a { background-color: #D27067; }
a { background-color: rgb(210,112,103); }
div.DivClassName
{
background-color: #D27067;
}
.BgClassName
{
background-color: #D27067;
}
</style>
border-color css
<style>
span { border-color: #D27067; }
span { border-color: rgb(210,112,103); }
td.TdClassName
{
border-color: #D27067;
}
.TagClassName
{
border-color: #D27067;
}
</style>