Shades of Roman #D46360
Tints of Roman #D46360
RGB
CMYK
RGB Variations
Color information
#D46360 (or 0xD46360) is known color: Roman. HEX triplet: D4, 63 and 60. RGB value is (212,99,96). Sum of RGB (Red+Green+Blue) = 212+99+96=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D46360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46360 is #2B9C9F. Grayscale: #848484. Windows color (decimal): -2858144 or 6317012. OLE color: 6317012.
HSL color Cylindrical-coordinate representation of color #D46360: hue angle of 1.55º 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 #D46360 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 96 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.17 |
| HSL | 1.55º | 0.57% | 0.6% | - |
| HSV(B) | 1.55º | 0.55% | 0.83% | - |
| XYZ | 33.72 | 23.77 | 13.88 | - |
| YUV | 132.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 96 | 0 | 0.53 | 0.55 | 0.17 | 1.55 | 0.57 | 0.6 |
| Hex | D4 | 63 | 60 | 0 | 35 | 37 | 11 | 2 | 39 | 3C |
| Octal | 324 | 143 | 140 | 0 | 65 | 67 | 21 | 2 | 71 | 74 |
| Binary | 11010100 | 1100011 | 1100000 | 0 | 110101 | 110111 | 10001 | 10 | 111001 | 111100 |
Color Harmonies of #D46360
Complementary color
Monochromatic Colors of #D46360
Black with #D46360
Text Example
Text Example
White with #D46360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46360; }
p { color: rgb(212,99,96); }
H1.HeaderClassName
{
color: #D46360;
}
.AnyTagClassName
{
color: #D46360;
}
</style>
background-color css
<style>
a { background-color: #D46360; }
a { background-color: rgb(212,99,96); }
div.DivClassName
{
background-color: #D46360;
}
.BgClassName
{
background-color: #D46360;
}
</style>
border-color css
<style>
span { border-color: #D46360; }
span { border-color: rgb(212,99,96); }
td.TdClassName
{
border-color: #D46360;
}
.TagClassName
{
border-color: #D46360;
}
</style>