Shades of Roman #D46659
Tints of Roman #D46659
RGB
CMYK
RGB Variations
Color information
#D46659 (or 0xD46659) is known color: Roman. HEX triplet: D4, 66 and 59. RGB value is (212,102,89). Sum of RGB (Red+Green+Blue) = 212+102+89=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D46659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46659 is #2B99A6. Grayscale: #858585. Windows color (decimal): -2857383 or 5859028. OLE color: 5859028.
HSL color Cylindrical-coordinate representation of color #D46659: hue angle of 6.34º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D46659 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 89 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.17 |
| HSL | 6.34º | 0.59% | 0.59% | - |
| HSV(B) | 6.34º | 0.58% | 0.83% | - |
| XYZ | 33.71 | 24.22 | 12.35 | - |
| YUV | 133.41 | 102.94 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 89 | 0 | 0.52 | 0.58 | 0.17 | 6.34 | 0.59 | 0.59 |
| Hex | D4 | 66 | 59 | 0 | 34 | 3A | 11 | 6 | 3B | 3B |
| Octal | 324 | 146 | 131 | 0 | 64 | 72 | 21 | 6 | 73 | 73 |
| Binary | 11010100 | 1100110 | 1011001 | 0 | 110100 | 111010 | 10001 | 110 | 111011 | 111011 |
Color Harmonies of #D46659
Complementary color
Monochromatic Colors of #D46659
Black with #D46659
Text Example
Text Example
White with #D46659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46659; }
p { color: rgb(212,102,89); }
H1.HeaderClassName
{
color: #D46659;
}
.AnyTagClassName
{
color: #D46659;
}
</style>
background-color css
<style>
a { background-color: #D46659; }
a { background-color: rgb(212,102,89); }
div.DivClassName
{
background-color: #D46659;
}
.BgClassName
{
background-color: #D46659;
}
</style>
border-color css
<style>
span { border-color: #D46659; }
span { border-color: rgb(212,102,89); }
td.TdClassName
{
border-color: #D46659;
}
.TagClassName
{
border-color: #D46659;
}
</style>