Shades of Flamingo #D46850
Tints of Flamingo #D46850
RGB
CMYK
RGB Variations
Color information
#D46850 (or 0xD46850) is known color: Flamingo. HEX triplet: D4, 68 and 50. RGB value is (212,104,80). Sum of RGB (Red+Green+Blue) = 212+104+80=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D46850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46850 is #2B97AF. Grayscale: #858585. Windows color (decimal): -2856880 or 5269716. OLE color: 5269716.
HSL color Cylindrical-coordinate representation of color #D46850: hue angle of 10.91º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D46850 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 104 | 80 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.17 |
| HSL | 10.91º | 0.61% | 0.57% | - |
| HSV(B) | 10.91º | 0.62% | 0.83% | - |
| XYZ | 33.55 | 24.48 | 10.55 | - |
| YUV | 133.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 80 | 0 | 0.51 | 0.62 | 0.17 | 10.91 | 0.61 | 0.57 |
| Hex | D4 | 68 | 50 | 0 | 33 | 3E | 11 | B | 3D | 39 |
| Octal | 324 | 150 | 120 | 0 | 63 | 76 | 21 | 13 | 75 | 71 |
| Binary | 11010100 | 1101000 | 1010000 | 0 | 110011 | 111110 | 10001 | 1011 | 111101 | 111001 |
Color Harmonies of #D46850
Complementary color
Monochromatic Colors of #D46850
Black with #D46850
Text Example
Text Example
White with #D46850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46850; }
p { color: rgb(212,104,80); }
H1.HeaderClassName
{
color: #D46850;
}
.AnyTagClassName
{
color: #D46850;
}
</style>
background-color css
<style>
a { background-color: #D46850; }
a { background-color: rgb(212,104,80); }
div.DivClassName
{
background-color: #D46850;
}
.BgClassName
{
background-color: #D46850;
}
</style>
border-color css
<style>
span { border-color: #D46850; }
span { border-color: rgb(212,104,80); }
td.TdClassName
{
border-color: #D46850;
}
.TagClassName
{
border-color: #D46850;
}
</style>