Shades of Tuft Bush #FFD7C2
Tints of Tuft Bush #FFD7C2
RGB
CMYK
RGB Variations
Color information
#FFD7C2 (or 0xFFD7C2) is known color: Tuft Bush. HEX triplet: FF, D7 and C2. RGB value is (255,215,194). Sum of RGB (Red+Green+Blue) = 255+215+194=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 215 (84.38% from 255 or 32.38% from 664); Blue value is 194 (76.17% from 255 or 29.22% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7C2 is #00283D. Grayscale: #E0E0E0. Windows color (decimal): -10302 or 12769279. OLE color: 12769279.
HSL color Cylindrical-coordinate representation of color #FFD7C2: hue angle of 20.66º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFD7C2 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 194 | - |
| CMYK | 0 | 0.16 | 0.24 | 0 |
| HSL | 20.66º | 1% | 0.88% | - |
| HSV(B) | 20.66º | 0.24% | 1% | - |
| XYZ | 75.28 | 73.76 | 61.31 | - |
| YUV | 224.57 | 110.75 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 194 | 0 | 0.16 | 0.24 | 0 | 20.66 | 1 | 0.88 |
| Hex | FF | D7 | C2 | 0 | 10 | 18 | 0 | 15 | 64 | 58 |
| Octal | 377 | 327 | 302 | 0 | 20 | 30 | 0 | 25 | 144 | 130 |
| Binary | 11111111 | 11010111 | 11000010 | 0 | 10000 | 11000 | 0 | 10101 | 1100100 | 1011000 |
Color Harmonies of #FFD7C2
Complementary color
Monochromatic Colors of #FFD7C2
Black with #FFD7C2
Text Example
Text Example
White with #FFD7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7C2; }
p { color: rgb(255,215,194); }
H1.HeaderClassName
{
color: #FFD7C2;
}
.AnyTagClassName
{
color: #FFD7C2;
}
</style>
background-color css
<style>
a { background-color: #FFD7C2; }
a { background-color: rgb(255,215,194); }
div.DivClassName
{
background-color: #FFD7C2;
}
.BgClassName
{
background-color: #FFD7C2;
}
</style>
border-color css
<style>
span { border-color: #FFD7C2; }
span { border-color: rgb(255,215,194); }
td.TdClassName
{
border-color: #FFD7C2;
}
.TagClassName
{
border-color: #FFD7C2;
}
</style>