Shades of Tan #CFBD93
Tints of Tan #CFBD93
RGB
CMYK
RGB Variations
Color information
#CFBD93 (or 0xCFBD93) is known color: Tan. HEX triplet: CF, BD and 93. RGB value is (207,189,147). Sum of RGB (Red+Green+Blue) = 207+189+147=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBD93 is #30426C. Grayscale: #BDBDBD. Windows color (decimal): -3162733 or 9682383. OLE color: 9682383.
HSL color Cylindrical-coordinate representation of color #CFBD93: hue angle of 42º 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 #CFBD93 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 147 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.19 |
| HSL | 42º | 0.38% | 0.69% | - |
| HSV(B) | 42º | 0.29% | 0.81% | - |
| XYZ | 49.2 | 51.77 | 35 | - |
| YUV | 189.59 | 103.96 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 147 | 0 | 0.09 | 0.29 | 0.19 | 42 | 0.38 | 0.69 |
| Hex | CF | BD | 93 | 0 | 9 | 1D | 13 | 2A | 26 | 45 |
| Octal | 317 | 275 | 223 | 0 | 11 | 35 | 23 | 52 | 46 | 105 |
| Binary | 11001111 | 10111101 | 10010011 | 0 | 1001 | 11101 | 10011 | 101010 | 100110 | 1000101 |
Color Harmonies of #CFBD93
Complementary color
Monochromatic Colors of #CFBD93
Black with #CFBD93
Text Example
Text Example
White with #CFBD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD93; }
p { color: rgb(207,189,147); }
H1.HeaderClassName
{
color: #CFBD93;
}
.AnyTagClassName
{
color: #CFBD93;
}
</style>
background-color css
<style>
a { background-color: #CFBD93; }
a { background-color: rgb(207,189,147); }
div.DivClassName
{
background-color: #CFBD93;
}
.BgClassName
{
background-color: #CFBD93;
}
</style>
border-color css
<style>
span { border-color: #CFBD93; }
span { border-color: rgb(207,189,147); }
td.TdClassName
{
border-color: #CFBD93;
}
.TagClassName
{
border-color: #CFBD93;
}
</style>