Shades of Tan #CFB08D
Tints of Tan #CFB08D
RGB
CMYK
RGB Variations
Color information
#CFB08D (or 0xCFB08D) is known color: Tan. HEX triplet: CF, B0 and 8D. RGB value is (207,176,141). Sum of RGB (Red+Green+Blue) = 207+176+141=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB08D is #304F72. Grayscale: #B5B5B5. Windows color (decimal): -3166067 or 9285839. OLE color: 9285839.
HSL color Cylindrical-coordinate representation of color #CFB08D: hue angle of 31.82º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFB08D is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 141 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.19 |
| HSL | 31.82º | 0.41% | 0.68% | - |
| HSV(B) | 31.82º | 0.32% | 0.81% | - |
| XYZ | 46.07 | 46.24 | 31.7 | - |
| YUV | 181.28 | 105.27 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 141 | 0 | 0.15 | 0.32 | 0.19 | 31.82 | 0.41 | 0.68 |
| Hex | CF | B0 | 8D | 0 | F | 20 | 13 | 20 | 29 | 44 |
| Octal | 317 | 260 | 215 | 0 | 17 | 40 | 23 | 40 | 51 | 104 |
| Binary | 11001111 | 10110000 | 10001101 | 0 | 1111 | 100000 | 10011 | 100000 | 101001 | 1000100 |
Color Harmonies of #CFB08D
Complementary color
Monochromatic Colors of #CFB08D
Black with #CFB08D
Text Example
Text Example
White with #CFB08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB08D; }
p { color: rgb(207,176,141); }
H1.HeaderClassName
{
color: #CFB08D;
}
.AnyTagClassName
{
color: #CFB08D;
}
</style>
background-color css
<style>
a { background-color: #CFB08D; }
a { background-color: rgb(207,176,141); }
div.DivClassName
{
background-color: #CFB08D;
}
.BgClassName
{
background-color: #CFB08D;
}
</style>
border-color css
<style>
span { border-color: #CFB08D; }
span { border-color: rgb(207,176,141); }
td.TdClassName
{
border-color: #CFB08D;
}
.TagClassName
{
border-color: #CFB08D;
}
</style>