Shades of Froly #D46674
Tints of Froly #D46674
RGB
CMYK
RGB Variations
Color information
#D46674 (or 0xD46674) is known color: Froly. HEX triplet: D4, 66 and 74. RGB value is (212,102,116). Sum of RGB (Red+Green+Blue) = 212+102+116=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D46674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46674 is #2B998B. Grayscale: #888888. Windows color (decimal): -2857356 or 7628500. OLE color: 7628500.
HSL color Cylindrical-coordinate representation of color #D46674: hue angle of 352.36º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46674 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 116 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.17 |
| HSL | 352.36º | 0.56% | 0.62% | - |
| HSV(B) | 352.36º | 0.52% | 0.83% | - |
| XYZ | 35.06 | 24.76 | 19.45 | - |
| YUV | 136.49 | 116.44 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 116 | 0 | 0.52 | 0.45 | 0.17 | 352.36 | 0.56 | 0.62 |
| Hex | D4 | 66 | 74 | 0 | 34 | 2D | 11 | 160 | 38 | 3E |
| Octal | 324 | 146 | 164 | 0 | 64 | 55 | 21 | 540 | 70 | 76 |
| Binary | 11010100 | 1100110 | 1110100 | 0 | 110100 | 101101 | 10001 | 101100000 | 111000 | 111110 |
Color Harmonies of #D46674
Complementary color
Monochromatic Colors of #D46674
Black with #D46674
Text Example
Text Example
White with #D46674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46674; }
p { color: rgb(212,102,116); }
H1.HeaderClassName
{
color: #D46674;
}
.AnyTagClassName
{
color: #D46674;
}
</style>
background-color css
<style>
a { background-color: #D46674; }
a { background-color: rgb(212,102,116); }
div.DivClassName
{
background-color: #D46674;
}
.BgClassName
{
background-color: #D46674;
}
</style>
border-color css
<style>
span { border-color: #D46674; }
span { border-color: rgb(212,102,116); }
td.TdClassName
{
border-color: #D46674;
}
.TagClassName
{
border-color: #D46674;
}
</style>