Shades of Tan #CFBC93
Tints of Tan #CFBC93
RGB
CMYK
RGB Variations
Color information
#CFBC93 (or 0xCFBC93) is known color: Tan. HEX triplet: CF, BC and 93. RGB value is (207,188,147). Sum of RGB (Red+Green+Blue) = 207+188+147=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBC93 is #30436C. Grayscale: #BDBDBD. Windows color (decimal): -3162989 or 9682127. OLE color: 9682127.
HSL color Cylindrical-coordinate representation of color #CFBC93: hue angle of 41º degrees, saturation: 0.38, 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 #CFBC93 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 147 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.19 |
| HSL | 41º | 0.38% | 0.69% | - |
| HSV(B) | 41º | 0.29% | 0.81% | - |
| XYZ | 48.98 | 51.34 | 34.93 | - |
| YUV | 189.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 147 | 0 | 0.09 | 0.29 | 0.19 | 41 | 0.38 | 0.69 |
| Hex | CF | BC | 93 | 0 | 9 | 1D | 13 | 29 | 26 | 45 |
| Octal | 317 | 274 | 223 | 0 | 11 | 35 | 23 | 51 | 46 | 105 |
| Binary | 11001111 | 10111100 | 10010011 | 0 | 1001 | 11101 | 10011 | 101001 | 100110 | 1000101 |
Color Harmonies of #CFBC93
Complementary color
Monochromatic Colors of #CFBC93
Black with #CFBC93
Text Example
Text Example
White with #CFBC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC93; }
p { color: rgb(207,188,147); }
H1.HeaderClassName
{
color: #CFBC93;
}
.AnyTagClassName
{
color: #CFBC93;
}
</style>
background-color css
<style>
a { background-color: #CFBC93; }
a { background-color: rgb(207,188,147); }
div.DivClassName
{
background-color: #CFBC93;
}
.BgClassName
{
background-color: #CFBC93;
}
</style>
border-color css
<style>
span { border-color: #CFBC93; }
span { border-color: rgb(207,188,147); }
td.TdClassName
{
border-color: #CFBC93;
}
.TagClassName
{
border-color: #CFBC93;
}
</style>