Shades of Roman #D46760
Tints of Roman #D46760
RGB
CMYK
RGB Variations
Color information
#D46760 (or 0xD46760) is known color: Roman. HEX triplet: D4, 67 and 60. RGB value is (212,103,96). Sum of RGB (Red+Green+Blue) = 212+103+96=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D46760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46760 is #2B989F. Grayscale: #868686. Windows color (decimal): -2857120 or 6318036. OLE color: 6318036.
HSL color Cylindrical-coordinate representation of color #D46760: hue angle of 3.62º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D46760 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 103 | 96 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.17 |
| HSL | 3.62º | 0.57% | 0.6% | - |
| HSV(B) | 3.62º | 0.55% | 0.83% | - |
| XYZ | 34.11 | 24.54 | 14.01 | - |
| YUV | 134.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 103 | 96 | 0 | 0.51 | 0.55 | 0.17 | 3.62 | 0.57 | 0.6 |
| Hex | D4 | 67 | 60 | 0 | 33 | 37 | 11 | 4 | 39 | 3C |
| Octal | 324 | 147 | 140 | 0 | 63 | 67 | 21 | 4 | 71 | 74 |
| Binary | 11010100 | 1100111 | 1100000 | 0 | 110011 | 110111 | 10001 | 100 | 111001 | 111100 |
Color Harmonies of #D46760
Complementary color
Monochromatic Colors of #D46760
Black with #D46760
Text Example
Text Example
White with #D46760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46760; }
p { color: rgb(212,103,96); }
H1.HeaderClassName
{
color: #D46760;
}
.AnyTagClassName
{
color: #D46760;
}
</style>
background-color css
<style>
a { background-color: #D46760; }
a { background-color: rgb(212,103,96); }
div.DivClassName
{
background-color: #D46760;
}
.BgClassName
{
background-color: #D46760;
}
</style>
border-color css
<style>
span { border-color: #D46760; }
span { border-color: rgb(212,103,96); }
td.TdClassName
{
border-color: #D46760;
}
.TagClassName
{
border-color: #D46760;
}
</style>