Shades of Tan #CFBC92
Tints of Tan #CFBC92
RGB
CMYK
RGB Variations
Color information
#CFBC92 (or 0xCFBC92) is known color: Tan. HEX triplet: CF, BC and 92. RGB value is (207,188,146). Sum of RGB (Red+Green+Blue) = 207+188+146=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBC92 is #30436D. Grayscale: #BDBDBD. Windows color (decimal): -3162990 or 9616591. OLE color: 9616591.
HSL color Cylindrical-coordinate representation of color #CFBC92: hue angle of 41.31º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFBC92 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 146 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.19 |
| HSL | 41.31º | 0.39% | 0.69% | - |
| HSV(B) | 41.31º | 0.29% | 0.81% | - |
| XYZ | 48.9 | 51.31 | 34.52 | - |
| YUV | 188.89 | 103.79 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 146 | 0 | 0.09 | 0.29 | 0.19 | 41.31 | 0.39 | 0.69 |
| Hex | CF | BC | 92 | 0 | 9 | 1D | 13 | 29 | 27 | 45 |
| Octal | 317 | 274 | 222 | 0 | 11 | 35 | 23 | 51 | 47 | 105 |
| Binary | 11001111 | 10111100 | 10010010 | 0 | 1001 | 11101 | 10011 | 101001 | 100111 | 1000101 |
Color Harmonies of #CFBC92
Complementary color
Monochromatic Colors of #CFBC92
Black with #CFBC92
Text Example
Text Example
White with #CFBC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC92; }
p { color: rgb(207,188,146); }
H1.HeaderClassName
{
color: #CFBC92;
}
.AnyTagClassName
{
color: #CFBC92;
}
</style>
background-color css
<style>
a { background-color: #CFBC92; }
a { background-color: rgb(207,188,146); }
div.DivClassName
{
background-color: #CFBC92;
}
.BgClassName
{
background-color: #CFBC92;
}
</style>
border-color css
<style>
span { border-color: #CFBC92; }
span { border-color: rgb(207,188,146); }
td.TdClassName
{
border-color: #CFBC92;
}
.TagClassName
{
border-color: #CFBC92;
}
</style>