Shades of Tan #CFB68E
Tints of Tan #CFB68E
RGB
CMYK
RGB Variations
Color information
#CFB68E (or 0xCFB68E) is known color: Tan. HEX triplet: CF, B6 and 8E. RGB value is (207,182,142). Sum of RGB (Red+Green+Blue) = 207+182+142=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB68E is #304971. Grayscale: #B9B9B9. Windows color (decimal): -3164530 or 9352911. OLE color: 9352911.
HSL color Cylindrical-coordinate representation of color #CFB68E: hue angle of 36.92º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFB68E is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 142 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.19 |
| HSL | 36.92º | 0.4% | 0.68% | - |
| HSV(B) | 36.92º | 0.31% | 0.81% | - |
| XYZ | 47.34 | 48.67 | 32.49 | - |
| YUV | 184.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 142 | 0 | 0.12 | 0.31 | 0.19 | 36.92 | 0.4 | 0.68 |
| Hex | CF | B6 | 8E | 0 | C | 1F | 13 | 25 | 28 | 44 |
| Octal | 317 | 266 | 216 | 0 | 14 | 37 | 23 | 45 | 50 | 104 |
| Binary | 11001111 | 10110110 | 10001110 | 0 | 1100 | 11111 | 10011 | 100101 | 101000 | 1000100 |
Color Harmonies of #CFB68E
Complementary color
Monochromatic Colors of #CFB68E
Black with #CFB68E
Text Example
Text Example
White with #CFB68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB68E; }
p { color: rgb(207,182,142); }
H1.HeaderClassName
{
color: #CFB68E;
}
.AnyTagClassName
{
color: #CFB68E;
}
</style>
background-color css
<style>
a { background-color: #CFB68E; }
a { background-color: rgb(207,182,142); }
div.DivClassName
{
background-color: #CFB68E;
}
.BgClassName
{
background-color: #CFB68E;
}
</style>
border-color css
<style>
span { border-color: #CFB68E; }
span { border-color: rgb(207,182,142); }
td.TdClassName
{
border-color: #CFB68E;
}
.TagClassName
{
border-color: #CFB68E;
}
</style>