Shades of Roman #D46866
Tints of Roman #D46866
RGB
CMYK
RGB Variations
Color information
#D46866 (or 0xD46866) is known color: Roman. HEX triplet: D4, 68 and 66. RGB value is (212,104,102). Sum of RGB (Red+Green+Blue) = 212+104+102=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D46866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46866 is #2B9799. Grayscale: #888888. Windows color (decimal): -2856858 or 6711508. OLE color: 6711508.
HSL color Cylindrical-coordinate representation of color #D46866: hue angle of 1.09º 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 #D46866 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 104 | 102 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.17 |
| HSL | 1.09º | 0.56% | 0.62% | - |
| HSV(B) | 1.09º | 0.52% | 0.83% | - |
| XYZ | 34.5 | 24.86 | 15.55 | - |
| YUV | 136.06 | 108.78 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 102 | 0 | 0.51 | 0.52 | 0.17 | 1.09 | 0.56 | 0.62 |
| Hex | D4 | 68 | 66 | 0 | 33 | 34 | 11 | 1 | 38 | 3E |
| Octal | 324 | 150 | 146 | 0 | 63 | 64 | 21 | 1 | 70 | 76 |
| Binary | 11010100 | 1101000 | 1100110 | 0 | 110011 | 110100 | 10001 | 1 | 111000 | 111110 |
Color Harmonies of #D46866
Complementary color
Monochromatic Colors of #D46866
Black with #D46866
Text Example
Text Example
White with #D46866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46866; }
p { color: rgb(212,104,102); }
H1.HeaderClassName
{
color: #D46866;
}
.AnyTagClassName
{
color: #D46866;
}
</style>
background-color css
<style>
a { background-color: #D46866; }
a { background-color: rgb(212,104,102); }
div.DivClassName
{
background-color: #D46866;
}
.BgClassName
{
background-color: #D46866;
}
</style>
border-color css
<style>
span { border-color: #D46866; }
span { border-color: rgb(212,104,102); }
td.TdClassName
{
border-color: #D46866;
}
.TagClassName
{
border-color: #D46866;
}
</style>