Shades of Tan #CFB78A
Tints of Tan #CFB78A
RGB
CMYK
RGB Variations
Color information
#CFB78A (or 0xCFB78A) is known color: Tan. HEX triplet: CF, B7 and 8A. RGB value is (207,183,138). Sum of RGB (Red+Green+Blue) = 207+183+138=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB78A is #304875. Grayscale: #B9B9B9. Windows color (decimal): -3164278 or 9091023. OLE color: 9091023.
HSL color Cylindrical-coordinate representation of color #CFB78A: hue angle of 39.13º 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 #CFB78A is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 138 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.19 |
| HSL | 39.13º | 0.42% | 0.68% | - |
| HSV(B) | 39.13º | 0.33% | 0.81% | - |
| XYZ | 47.25 | 48.97 | 31.01 | - |
| YUV | 185.05 | 101.45 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 138 | 0 | 0.12 | 0.33 | 0.19 | 39.13 | 0.42 | 0.68 |
| Hex | CF | B7 | 8A | 0 | C | 21 | 13 | 27 | 2A | 44 |
| Octal | 317 | 267 | 212 | 0 | 14 | 41 | 23 | 47 | 52 | 104 |
| Binary | 11001111 | 10110111 | 10001010 | 0 | 1100 | 100001 | 10011 | 100111 | 101010 | 1000100 |
Color Harmonies of #CFB78A
Complementary color
Monochromatic Colors of #CFB78A
Black with #CFB78A
Text Example
Text Example
White with #CFB78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB78A; }
p { color: rgb(207,183,138); }
H1.HeaderClassName
{
color: #CFB78A;
}
.AnyTagClassName
{
color: #CFB78A;
}
</style>
background-color css
<style>
a { background-color: #CFB78A; }
a { background-color: rgb(207,183,138); }
div.DivClassName
{
background-color: #CFB78A;
}
.BgClassName
{
background-color: #CFB78A;
}
</style>
border-color css
<style>
span { border-color: #CFB78A; }
span { border-color: rgb(207,183,138); }
td.TdClassName
{
border-color: #CFB78A;
}
.TagClassName
{
border-color: #CFB78A;
}
</style>