Shades of Roman #D46C65
Tints of Roman #D46C65
RGB
CMYK
RGB Variations
Color information
#D46C65 (or 0xD46C65) is known color: Roman. HEX triplet: D4, 6C and 65. RGB value is (212,108,101). Sum of RGB (Red+Green+Blue) = 212+108+101=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46C65 is #2B939A. Grayscale: #8A8A8A. Windows color (decimal): -2855835 or 6646996. OLE color: 6646996.
HSL color Cylindrical-coordinate representation of color #D46C65: hue angle of 3.78º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46C65 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 101 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.17 |
| HSL | 3.78º | 0.56% | 0.61% | - |
| HSV(B) | 3.78º | 0.52% | 0.83% | - |
| XYZ | 34.86 | 25.66 | 15.43 | - |
| YUV | 138.3 | 106.96 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 101 | 0 | 0.49 | 0.52 | 0.17 | 3.78 | 0.56 | 0.61 |
| Hex | D4 | 6C | 65 | 0 | 31 | 34 | 11 | 4 | 38 | 3D |
| Octal | 324 | 154 | 145 | 0 | 61 | 64 | 21 | 4 | 70 | 75 |
| Binary | 11010100 | 1101100 | 1100101 | 0 | 110001 | 110100 | 10001 | 100 | 111000 | 111101 |
Color Harmonies of #D46C65
Complementary color
Monochromatic Colors of #D46C65
Black with #D46C65
Text Example
Text Example
White with #D46C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46C65; }
p { color: rgb(212,108,101); }
H1.HeaderClassName
{
color: #D46C65;
}
.AnyTagClassName
{
color: #D46C65;
}
</style>
background-color css
<style>
a { background-color: #D46C65; }
a { background-color: rgb(212,108,101); }
div.DivClassName
{
background-color: #D46C65;
}
.BgClassName
{
background-color: #D46C65;
}
</style>
border-color css
<style>
span { border-color: #D46C65; }
span { border-color: rgb(212,108,101); }
td.TdClassName
{
border-color: #D46C65;
}
.TagClassName
{
border-color: #D46C65;
}
</style>