Shades of Froly #D46B6E
Tints of Froly #D46B6E
RGB
CMYK
RGB Variations
Color information
#D46B6E (or 0xD46B6E) is known color: Froly. HEX triplet: D4, 6B and 6E. RGB value is (212,107,110). Sum of RGB (Red+Green+Blue) = 212+107+110=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46B6E is #2B9491. Grayscale: #8A8A8A. Windows color (decimal): -2856082 or 7236564. OLE color: 7236564.
HSL color Cylindrical-coordinate representation of color #D46B6E: hue angle of 358.29º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46B6E is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 107 | 110 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.17 |
| HSL | 358.29º | 0.55% | 0.63% | - |
| HSV(B) | 358.29º | 0.5% | 0.83% | - |
| XYZ | 35.22 | 25.64 | 17.84 | - |
| YUV | 138.74 | 111.79 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 110 | 0 | 0.50 | 0.48 | 0.17 | 358.29 | 0.55 | 0.63 |
| Hex | D4 | 6B | 6E | 0 | 32 | 30 | 11 | 166 | 37 | 3F |
| Octal | 324 | 153 | 156 | 0 | 62 | 60 | 21 | 546 | 67 | 77 |
| Binary | 11010100 | 1101011 | 1101110 | 0 | 110010 | 110000 | 10001 | 101100110 | 110111 | 111111 |
Color Harmonies of #D46B6E
Complementary color
Monochromatic Colors of #D46B6E
Black with #D46B6E
Text Example
Text Example
White with #D46B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46B6E; }
p { color: rgb(212,107,110); }
H1.HeaderClassName
{
color: #D46B6E;
}
.AnyTagClassName
{
color: #D46B6E;
}
</style>
background-color css
<style>
a { background-color: #D46B6E; }
a { background-color: rgb(212,107,110); }
div.DivClassName
{
background-color: #D46B6E;
}
.BgClassName
{
background-color: #D46B6E;
}
</style>
border-color css
<style>
span { border-color: #D46B6E; }
span { border-color: rgb(212,107,110); }
td.TdClassName
{
border-color: #D46B6E;
}
.TagClassName
{
border-color: #D46B6E;
}
</style>