Shades of Roman #D46666
Tints of Roman #D46666
RGB
CMYK
RGB Variations
Color information
#D46666 (or 0xD46666) is known color: Roman. HEX triplet: D4, 66 and 66. RGB value is (212,102,102). Sum of RGB (Red+Green+Blue) = 212+102+102=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D46666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46666 is #2B9999. Grayscale: #878787. Windows color (decimal): -2857370 or 6710996. OLE color: 6710996.
HSL color Cylindrical-coordinate representation of color #D46666: hue angle of 0º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46666 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 102 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.17 |
| HSL | 0º | 0.56% | 0.62% | - |
| HSV(B) | 0º | 0.52% | 0.83% | - |
| XYZ | 34.3 | 24.46 | 15.48 | - |
| YUV | 134.89 | 109.44 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 102 | 0 | 0.52 | 0.52 | 0.17 | 0 | 0.56 | 0.62 |
| Hex | D4 | 66 | 66 | 0 | 34 | 34 | 11 | 0 | 38 | 3E |
| Octal | 324 | 146 | 146 | 0 | 64 | 64 | 21 | 0 | 70 | 76 |
| Binary | 11010100 | 1100110 | 1100110 | 0 | 110100 | 110100 | 10001 | 0 | 111000 | 111110 |
Color Harmonies of #D46666
Complementary color
Monochromatic Colors of #D46666
Black with #D46666
Text Example
Text Example
White with #D46666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46666; }
p { color: rgb(212,102,102); }
H1.HeaderClassName
{
color: #D46666;
}
.AnyTagClassName
{
color: #D46666;
}
</style>
background-color css
<style>
a { background-color: #D46666; }
a { background-color: rgb(212,102,102); }
div.DivClassName
{
background-color: #D46666;
}
.BgClassName
{
background-color: #D46666;
}
</style>
border-color css
<style>
span { border-color: #D46666; }
span { border-color: rgb(212,102,102); }
td.TdClassName
{
border-color: #D46666;
}
.TagClassName
{
border-color: #D46666;
}
</style>