Shades of Roman #D46767
Tints of Roman #D46767
RGB
CMYK
RGB Variations
Color information
#D46767 (or 0xD46767) is known color: Roman. HEX triplet: D4, 67 and 67. RGB value is (212,103,103). Sum of RGB (Red+Green+Blue) = 212+103+103=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D46767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46767 is #2B9898. Grayscale: #878787. Windows color (decimal): -2857113 or 6776788. OLE color: 6776788.
HSL color Cylindrical-coordinate representation of color #D46767: 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.51%. Process color model (Four color, CMYK) of #D46767 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 103 | 103 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.17 |
| HSL | 0º | 0.56% | 0.62% | - |
| HSV(B) | 0º | 0.51% | 0.83% | - |
| XYZ | 34.45 | 24.68 | 15.78 | - |
| YUV | 135.59 | 109.61 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 103 | 103 | 0 | 0.51 | 0.51 | 0.17 | 0 | 0.56 | 0.62 |
| Hex | D4 | 67 | 67 | 0 | 33 | 33 | 11 | 0 | 38 | 3E |
| Octal | 324 | 147 | 147 | 0 | 63 | 63 | 21 | 0 | 70 | 76 |
| Binary | 11010100 | 1100111 | 1100111 | 0 | 110011 | 110011 | 10001 | 0 | 111000 | 111110 |
Color Harmonies of #D46767
Complementary color
Monochromatic Colors of #D46767
Black with #D46767
Text Example
Text Example
White with #D46767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46767; }
p { color: rgb(212,103,103); }
H1.HeaderClassName
{
color: #D46767;
}
.AnyTagClassName
{
color: #D46767;
}
</style>
background-color css
<style>
a { background-color: #D46767; }
a { background-color: rgb(212,103,103); }
div.DivClassName
{
background-color: #D46767;
}
.BgClassName
{
background-color: #D46767;
}
</style>
border-color css
<style>
span { border-color: #D46767; }
span { border-color: rgb(212,103,103); }
td.TdClassName
{
border-color: #D46767;
}
.TagClassName
{
border-color: #D46767;
}
</style>