Shades of Tan #CFB08C
Tints of Tan #CFB08C
RGB
CMYK
RGB Variations
Color information
#CFB08C (or 0xCFB08C) is known color: Tan. HEX triplet: CF, B0 and 8C. RGB value is (207,176,140). Sum of RGB (Red+Green+Blue) = 207+176+140=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB08C is #304F73. Grayscale: #B5B5B5. Windows color (decimal): -3166068 or 9220303. OLE color: 9220303.
HSL color Cylindrical-coordinate representation of color #CFB08C: hue angle of 32.24º 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 #CFB08C is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 140 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.19 |
| HSL | 32.24º | 0.41% | 0.68% | - |
| HSV(B) | 32.24º | 0.32% | 0.81% | - |
| XYZ | 45.99 | 46.21 | 31.31 | - |
| YUV | 181.17 | 104.77 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 140 | 0 | 0.15 | 0.32 | 0.19 | 32.24 | 0.41 | 0.68 |
| Hex | CF | B0 | 8C | 0 | F | 20 | 13 | 20 | 29 | 44 |
| Octal | 317 | 260 | 214 | 0 | 17 | 40 | 23 | 40 | 51 | 104 |
| Binary | 11001111 | 10110000 | 10001100 | 0 | 1111 | 100000 | 10011 | 100000 | 101001 | 1000100 |
Color Harmonies of #CFB08C
Complementary color
Monochromatic Colors of #CFB08C
Black with #CFB08C
Text Example
Text Example
White with #CFB08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB08C; }
p { color: rgb(207,176,140); }
H1.HeaderClassName
{
color: #CFB08C;
}
.AnyTagClassName
{
color: #CFB08C;
}
</style>
background-color css
<style>
a { background-color: #CFB08C; }
a { background-color: rgb(207,176,140); }
div.DivClassName
{
background-color: #CFB08C;
}
.BgClassName
{
background-color: #CFB08C;
}
</style>
border-color css
<style>
span { border-color: #CFB08C; }
span { border-color: rgb(207,176,140); }
td.TdClassName
{
border-color: #CFB08C;
}
.TagClassName
{
border-color: #CFB08C;
}
</style>