Shades of Tuft Bush #FFCCB9
Tints of Tuft Bush #FFCCB9
RGB
CMYK
RGB Variations
Color information
#FFCCB9 (or 0xFFCCB9) is known color: Tuft Bush. HEX triplet: FF, CC and B9. RGB value is (255,204,185). Sum of RGB (Red+Green+Blue) = 255+204+185=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 185 (72.66% from 255 or 28.73% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCB9 is #003346. Grayscale: #D9D9D9. Windows color (decimal): -13127 or 12176639. OLE color: 12176639.
HSL color Cylindrical-coordinate representation of color #FFCCB9: hue angle of 16.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFCCB9 is Cyan = 0, Magento = 0.2, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 185 | - |
| CMYK | 0 | 0.2 | 0.27 | 0 |
| HSL | 16.29º | 1% | 0.86% | - |
| HSV(B) | 16.29º | 0.27% | 1% | - |
| XYZ | 71.59 | 67.95 | 55.24 | - |
| YUV | 217.08 | 109.9 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 185 | 0 | 0.2 | 0.27 | 0 | 16.29 | 1 | 0.86 |
| Hex | FF | CC | B9 | 0 | 14 | 1B | 0 | 10 | 64 | 56 |
| Octal | 377 | 314 | 271 | 0 | 24 | 33 | 0 | 20 | 144 | 126 |
| Binary | 11111111 | 11001100 | 10111001 | 0 | 10100 | 11011 | 0 | 10000 | 1100100 | 1010110 |
Color Harmonies of #FFCCB9
Complementary color
Monochromatic Colors of #FFCCB9
Black with #FFCCB9
Text Example
Text Example
White with #FFCCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCB9; }
p { color: rgb(255,204,185); }
H1.HeaderClassName
{
color: #FFCCB9;
}
.AnyTagClassName
{
color: #FFCCB9;
}
</style>
background-color css
<style>
a { background-color: #FFCCB9; }
a { background-color: rgb(255,204,185); }
div.DivClassName
{
background-color: #FFCCB9;
}
.BgClassName
{
background-color: #FFCCB9;
}
</style>
border-color css
<style>
span { border-color: #FFCCB9; }
span { border-color: rgb(255,204,185); }
td.TdClassName
{
border-color: #FFCCB9;
}
.TagClassName
{
border-color: #FFCCB9;
}
</style>