Shades of Tuft Bush #FFCDB9
Tints of Tuft Bush #FFCDB9
RGB
CMYK
RGB Variations
Color information
#FFCDB9 (or 0xFFCDB9) is known color: Tuft Bush. HEX triplet: FF, CD and B9. RGB value is (255,205,185). Sum of RGB (Red+Green+Blue) = 255+205+185=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 185 (72.66% from 255 or 28.68% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCDB9 is #003246. Grayscale: #D9D9D9. Windows color (decimal): -12871 or 12176895. OLE color: 12176895.
HSL color Cylindrical-coordinate representation of color #FFCDB9: hue angle of 17.14º 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 #FFCDB9 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 205 | 185 | - |
CMYK | 0 | 0.20 | 0.27 | 0 |
HSL | 17.14º | 1% | 0.86% | - |
HSV(B) | 17.14º | 0.27% | 1% | - |
XYZ | 71.83 | 68.43 | 55.32 | - |
YUV | 217.67 | 109.57 | 154.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 205 | 185 | 0 | 0.20 | 0.27 | 0 | 17.14 | 1 | 0.86 |
Hex | FF | CD | B9 | 0 | 14 | 1B | 0 | 11 | 64 | 56 |
Octal | 377 | 315 | 271 | 0 | 24 | 33 | 0 | 21 | 144 | 126 |
Binary | 11111111 | 11001101 | 10111001 | 0 | 10100 | 11011 | 0 | 10001 | 1100100 | 1010110 |
Color Harmonies of #FFCDB9
Complementary color
Monochromatic Colors of #FFCDB9
Black with #FFCDB9
Text Example
Text Example
White with #FFCDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDB9; }
p { color: rgb(255,205,185); }
H1.HeaderClassName
{
color: #FFCDB9;
}
.AnyTagClassName
{
color: #FFCDB9;
}
</style>
background-color css
<style>
a { background-color: #FFCDB9; }
a { background-color: rgb(255,205,185); }
div.DivClassName
{
background-color: #FFCDB9;
}
.BgClassName
{
background-color: #FFCDB9;
}
</style>
border-color css
<style>
span { border-color: #FFCDB9; }
span { border-color: rgb(255,205,185); }
td.TdClassName
{
border-color: #FFCDB9;
}
.TagClassName
{
border-color: #FFCDB9;
}
</style>