Shades of Froly #D46776
Tints of Froly #D46776
RGB
CMYK
RGB Variations
Color information
#D46776 (or 0xD46776) is known color: Froly. HEX triplet: D4, 67 and 76. RGB value is (212,103,118). Sum of RGB (Red+Green+Blue) = 212+103+118=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D46776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46776 is #2B9889. Grayscale: #898989. Windows color (decimal): -2857098 or 7759828. OLE color: 7759828.
HSL color Cylindrical-coordinate representation of color #D46776: hue angle of 351.74º 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 #D46776 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 103 | 118 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.17 |
| HSL | 351.74º | 0.56% | 0.62% | - |
| HSV(B) | 351.74º | 0.51% | 0.83% | - |
| XYZ | 35.27 | 25.01 | 20.11 | - |
| YUV | 137.3 | 117.11 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 103 | 118 | 0 | 0.51 | 0.44 | 0.17 | 351.74 | 0.56 | 0.62 |
| Hex | D4 | 67 | 76 | 0 | 33 | 2C | 11 | 160 | 38 | 3E |
| Octal | 324 | 147 | 166 | 0 | 63 | 54 | 21 | 540 | 70 | 76 |
| Binary | 11010100 | 1100111 | 1110110 | 0 | 110011 | 101100 | 10001 | 101100000 | 111000 | 111110 |
Color Harmonies of #D46776
Complementary color
Monochromatic Colors of #D46776
Black with #D46776
Text Example
Text Example
White with #D46776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46776; }
p { color: rgb(212,103,118); }
H1.HeaderClassName
{
color: #D46776;
}
.AnyTagClassName
{
color: #D46776;
}
</style>
background-color css
<style>
a { background-color: #D46776; }
a { background-color: rgb(212,103,118); }
div.DivClassName
{
background-color: #D46776;
}
.BgClassName
{
background-color: #D46776;
}
</style>
border-color css
<style>
span { border-color: #D46776; }
span { border-color: rgb(212,103,118); }
td.TdClassName
{
border-color: #D46776;
}
.TagClassName
{
border-color: #D46776;
}
</style>