Shades of Froly #D46A6C
Tints of Froly #D46A6C
RGB
CMYK
RGB Variations
Color information
#D46A6C (or 0xD46A6C) is known color: Froly. HEX triplet: D4, 6A and 6C. RGB value is (212,106,108). Sum of RGB (Red+Green+Blue) = 212+106+108=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46A6C is #2B9593. Grayscale: #8A8A8A. Windows color (decimal): -2856340 or 7105236. OLE color: 7105236.
HSL color Cylindrical-coordinate representation of color #D46A6C: hue angle of 358.87º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46A6C is Cyan = 0, Magento = 0.5, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 106 | 108 | - |
| CMYK | 0 | 0.5 | 0.49 | 0.17 |
| HSL | 358.87º | 0.55% | 0.62% | - |
| HSV(B) | 358.87º | 0.5% | 0.83% | - |
| XYZ | 35.01 | 25.39 | 17.24 | - |
| YUV | 137.92 | 111.12 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 106 | 108 | 0 | 0.5 | 0.49 | 0.17 | 358.87 | 0.55 | 0.62 |
| Hex | D4 | 6A | 6C | 0 | 32 | 31 | 11 | 167 | 37 | 3E |
| Octal | 324 | 152 | 154 | 0 | 62 | 61 | 21 | 547 | 67 | 76 |
| Binary | 11010100 | 1101010 | 1101100 | 0 | 110010 | 110001 | 10001 | 101100111 | 110111 | 111110 |
Color Harmonies of #D46A6C
Complementary color
Monochromatic Colors of #D46A6C
Black with #D46A6C
Text Example
Text Example
White with #D46A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46A6C; }
p { color: rgb(212,106,108); }
H1.HeaderClassName
{
color: #D46A6C;
}
.AnyTagClassName
{
color: #D46A6C;
}
</style>
background-color css
<style>
a { background-color: #D46A6C; }
a { background-color: rgb(212,106,108); }
div.DivClassName
{
background-color: #D46A6C;
}
.BgClassName
{
background-color: #D46A6C;
}
</style>
border-color css
<style>
span { border-color: #D46A6C; }
span { border-color: rgb(212,106,108); }
td.TdClassName
{
border-color: #D46A6C;
}
.TagClassName
{
border-color: #D46A6C;
}
</style>