Shades of Roman #D46D68
Tints of Roman #D46D68
RGB
CMYK
RGB Variations
Color information
#D46D68 (or 0xD46D68) is known color: Roman. HEX triplet: D4, 6D and 68. RGB value is (212,109,104). Sum of RGB (Red+Green+Blue) = 212+109+104=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46D68 is #2B9297. Grayscale: #8B8B8B. Windows color (decimal): -2855576 or 6843860. OLE color: 6843860.
HSL color Cylindrical-coordinate representation of color #D46D68: hue angle of 2.78º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D46D68 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 109 | 104 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.17 |
| HSL | 2.78º | 0.56% | 0.62% | - |
| HSV(B) | 2.78º | 0.51% | 0.83% | - |
| XYZ | 35.12 | 25.93 | 16.25 | - |
| YUV | 139.23 | 108.12 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 109 | 104 | 0 | 0.49 | 0.51 | 0.17 | 2.78 | 0.56 | 0.62 |
| Hex | D4 | 6D | 68 | 0 | 31 | 33 | 11 | 3 | 38 | 3E |
| Octal | 324 | 155 | 150 | 0 | 61 | 63 | 21 | 3 | 70 | 76 |
| Binary | 11010100 | 1101101 | 1101000 | 0 | 110001 | 110011 | 10001 | 11 | 111000 | 111110 |
Color Harmonies of #D46D68
Complementary color
Monochromatic Colors of #D46D68
Black with #D46D68
Text Example
Text Example
White with #D46D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46D68; }
p { color: rgb(212,109,104); }
H1.HeaderClassName
{
color: #D46D68;
}
.AnyTagClassName
{
color: #D46D68;
}
</style>
background-color css
<style>
a { background-color: #D46D68; }
a { background-color: rgb(212,109,104); }
div.DivClassName
{
background-color: #D46D68;
}
.BgClassName
{
background-color: #D46D68;
}
</style>
border-color css
<style>
span { border-color: #D46D68; }
span { border-color: rgb(212,109,104); }
td.TdClassName
{
border-color: #D46D68;
}
.TagClassName
{
border-color: #D46D68;
}
</style>