Shades of Roman #D46C64
Tints of Roman #D46C64
RGB
CMYK
RGB Variations
Color information
#D46C64 (or 0xD46C64) is known color: Roman. HEX triplet: D4, 6C and 64. RGB value is (212,108,100). Sum of RGB (Red+Green+Blue) = 212+108+100=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46C64 is #2B939B. Grayscale: #8A8A8A. Windows color (decimal): -2855836 or 6581460. OLE color: 6581460.
HSL color Cylindrical-coordinate representation of color #D46C64: hue angle of 4.29º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46C64 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 100 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.17 |
| HSL | 4.29º | 0.57% | 0.61% | - |
| HSV(B) | 4.29º | 0.53% | 0.83% | - |
| XYZ | 34.81 | 25.64 | 15.17 | - |
| YUV | 138.18 | 106.46 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 100 | 0 | 0.49 | 0.53 | 0.17 | 4.29 | 0.57 | 0.61 |
| Hex | D4 | 6C | 64 | 0 | 31 | 35 | 11 | 4 | 39 | 3D |
| Octal | 324 | 154 | 144 | 0 | 61 | 65 | 21 | 4 | 71 | 75 |
| Binary | 11010100 | 1101100 | 1100100 | 0 | 110001 | 110101 | 10001 | 100 | 111001 | 111101 |
Color Harmonies of #D46C64
Complementary color
Monochromatic Colors of #D46C64
Black with #D46C64
Text Example
Text Example
White with #D46C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46C64; }
p { color: rgb(212,108,100); }
H1.HeaderClassName
{
color: #D46C64;
}
.AnyTagClassName
{
color: #D46C64;
}
</style>
background-color css
<style>
a { background-color: #D46C64; }
a { background-color: rgb(212,108,100); }
div.DivClassName
{
background-color: #D46C64;
}
.BgClassName
{
background-color: #D46C64;
}
</style>
border-color css
<style>
span { border-color: #D46C64; }
span { border-color: rgb(212,108,100); }
td.TdClassName
{
border-color: #D46C64;
}
.TagClassName
{
border-color: #D46C64;
}
</style>