Shades of Tan #CFB08A
Tints of Tan #CFB08A
RGB
CMYK
RGB Variations
Color information
#CFB08A (or 0xCFB08A) is known color: Tan. HEX triplet: CF, B0 and 8A. RGB value is (207,176,138). Sum of RGB (Red+Green+Blue) = 207+176+138=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB08A is #304F75. Grayscale: #B5B5B5. Windows color (decimal): -3166070 or 9089231. OLE color: 9089231.
HSL color Cylindrical-coordinate representation of color #CFB08A: hue angle of 33.04º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFB08A is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 138 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.19 |
| HSL | 33.04º | 0.42% | 0.68% | - |
| HSV(B) | 33.04º | 0.33% | 0.81% | - |
| XYZ | 45.84 | 46.15 | 30.54 | - |
| YUV | 180.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 138 | 0 | 0.15 | 0.33 | 0.19 | 33.04 | 0.42 | 0.68 |
| Hex | CF | B0 | 8A | 0 | F | 21 | 13 | 21 | 2A | 44 |
| Octal | 317 | 260 | 212 | 0 | 17 | 41 | 23 | 41 | 52 | 104 |
| Binary | 11001111 | 10110000 | 10001010 | 0 | 1111 | 100001 | 10011 | 100001 | 101010 | 1000100 |
Color Harmonies of #CFB08A
Complementary color
Monochromatic Colors of #CFB08A
Black with #CFB08A
Text Example
Text Example
White with #CFB08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB08A; }
p { color: rgb(207,176,138); }
H1.HeaderClassName
{
color: #CFB08A;
}
.AnyTagClassName
{
color: #CFB08A;
}
</style>
background-color css
<style>
a { background-color: #CFB08A; }
a { background-color: rgb(207,176,138); }
div.DivClassName
{
background-color: #CFB08A;
}
.BgClassName
{
background-color: #CFB08A;
}
</style>
border-color css
<style>
span { border-color: #CFB08A; }
span { border-color: rgb(207,176,138); }
td.TdClassName
{
border-color: #CFB08A;
}
.TagClassName
{
border-color: #CFB08A;
}
</style>