Shades of Tan #CFB392
Tints of Tan #CFB392
RGB
CMYK
RGB Variations
Color information
#CFB392 (or 0xCFB392) is known color: Tan. HEX triplet: CF, B3 and 92. RGB value is (207,179,146). Sum of RGB (Red+Green+Blue) = 207+179+146=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB392 is #304C6D. Grayscale: #B7B7B7. Windows color (decimal): -3165294 or 9614287. OLE color: 9614287.
HSL color Cylindrical-coordinate representation of color #CFB392: hue angle of 32.46º 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 #CFB392 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 146 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.19 |
| HSL | 32.46º | 0.39% | 0.69% | - |
| HSV(B) | 32.46º | 0.29% | 0.81% | - |
| XYZ | 47.04 | 47.58 | 33.9 | - |
| YUV | 183.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 146 | 0 | 0.14 | 0.29 | 0.19 | 32.46 | 0.39 | 0.69 |
| Hex | CF | B3 | 92 | 0 | E | 1D | 13 | 20 | 27 | 45 |
| Octal | 317 | 263 | 222 | 0 | 16 | 35 | 23 | 40 | 47 | 105 |
| Binary | 11001111 | 10110011 | 10010010 | 0 | 1110 | 11101 | 10011 | 100000 | 100111 | 1000101 |
Color Harmonies of #CFB392
Complementary color
Monochromatic Colors of #CFB392
Black with #CFB392
Text Example
Text Example
White with #CFB392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB392; }
p { color: rgb(207,179,146); }
H1.HeaderClassName
{
color: #CFB392;
}
.AnyTagClassName
{
color: #CFB392;
}
</style>
background-color css
<style>
a { background-color: #CFB392; }
a { background-color: rgb(207,179,146); }
div.DivClassName
{
background-color: #CFB392;
}
.BgClassName
{
background-color: #CFB392;
}
</style>
border-color css
<style>
span { border-color: #CFB392; }
span { border-color: rgb(207,179,146); }
td.TdClassName
{
border-color: #CFB392;
}
.TagClassName
{
border-color: #CFB392;
}
</style>