Shades of Froly #D46B73
Tints of Froly #D46B73
RGB
CMYK
RGB Variations
Color information
#D46B73 (or 0xD46B73) is known color: Froly. HEX triplet: D4, 6B and 73. RGB value is (212,107,115). Sum of RGB (Red+Green+Blue) = 212+107+115=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46B73 is #2B948C. Grayscale: #8B8B8B. Windows color (decimal): -2856077 or 7564244. OLE color: 7564244.
HSL color Cylindrical-coordinate representation of color #D46B73: hue angle of 355.43º 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 #D46B73 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 107 | 115 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.17 |
| HSL | 355.43º | 0.55% | 0.63% | - |
| HSV(B) | 355.43º | 0.5% | 0.83% | - |
| XYZ | 35.5 | 25.75 | 19.32 | - |
| YUV | 139.31 | 114.29 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 115 | 0 | 0.50 | 0.46 | 0.17 | 355.43 | 0.55 | 0.63 |
| Hex | D4 | 6B | 73 | 0 | 32 | 2E | 11 | 163 | 37 | 3F |
| Octal | 324 | 153 | 163 | 0 | 62 | 56 | 21 | 543 | 67 | 77 |
| Binary | 11010100 | 1101011 | 1110011 | 0 | 110010 | 101110 | 10001 | 101100011 | 110111 | 111111 |
Color Harmonies of #D46B73
Complementary color
Monochromatic Colors of #D46B73
Black with #D46B73
Text Example
Text Example
White with #D46B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46B73; }
p { color: rgb(212,107,115); }
H1.HeaderClassName
{
color: #D46B73;
}
.AnyTagClassName
{
color: #D46B73;
}
</style>
background-color css
<style>
a { background-color: #D46B73; }
a { background-color: rgb(212,107,115); }
div.DivClassName
{
background-color: #D46B73;
}
.BgClassName
{
background-color: #D46B73;
}
</style>
border-color css
<style>
span { border-color: #D46B73; }
span { border-color: rgb(212,107,115); }
td.TdClassName
{
border-color: #D46B73;
}
.TagClassName
{
border-color: #D46B73;
}
</style>