Shades of Roman #D46F66
Tints of Roman #D46F66
RGB
CMYK
RGB Variations
Color information
#D46F66 (or 0xD46F66) is known color: Roman. HEX triplet: D4, 6F and 66. RGB value is (212,111,102). Sum of RGB (Red+Green+Blue) = 212+111+102=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46F66 is #2B9099. Grayscale: #8C8C8C. Windows color (decimal): -2855066 or 6713300. OLE color: 6713300.
HSL color Cylindrical-coordinate representation of color #D46F66: hue angle of 4.91º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46F66 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 111 | 102 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.17 |
| HSL | 4.91º | 0.56% | 0.62% | - |
| HSV(B) | 4.91º | 0.52% | 0.83% | - |
| XYZ | 35.23 | 26.33 | 15.79 | - |
| YUV | 140.17 | 106.46 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 102 | 0 | 0.48 | 0.52 | 0.17 | 4.91 | 0.56 | 0.62 |
| Hex | D4 | 6F | 66 | 0 | 30 | 34 | 11 | 5 | 38 | 3E |
| Octal | 324 | 157 | 146 | 0 | 60 | 64 | 21 | 5 | 70 | 76 |
| Binary | 11010100 | 1101111 | 1100110 | 0 | 110000 | 110100 | 10001 | 101 | 111000 | 111110 |
Color Harmonies of #D46F66
Complementary color
Monochromatic Colors of #D46F66
Black with #D46F66
Text Example
Text Example
White with #D46F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46F66; }
p { color: rgb(212,111,102); }
H1.HeaderClassName
{
color: #D46F66;
}
.AnyTagClassName
{
color: #D46F66;
}
</style>
background-color css
<style>
a { background-color: #D46F66; }
a { background-color: rgb(212,111,102); }
div.DivClassName
{
background-color: #D46F66;
}
.BgClassName
{
background-color: #D46F66;
}
</style>
border-color css
<style>
span { border-color: #D46F66; }
span { border-color: rgb(212,111,102); }
td.TdClassName
{
border-color: #D46F66;
}
.TagClassName
{
border-color: #D46F66;
}
</style>