Shades of Tan #CFB688
Tints of Tan #CFB688
RGB
CMYK
RGB Variations
Color information
#CFB688 (or 0xCFB688) is known color: Tan. HEX triplet: CF, B6 and 88. RGB value is (207,182,136). Sum of RGB (Red+Green+Blue) = 207+182+136=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 136 (53.52% from 255 or 25.90% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB688 is #304977. Grayscale: #B8B8B8. Windows color (decimal): -3164536 or 8959695. OLE color: 8959695.
HSL color Cylindrical-coordinate representation of color #CFB688: hue angle of 38.87º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFB688 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 136 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.19 |
| HSL | 38.87º | 0.43% | 0.67% | - |
| HSV(B) | 38.87º | 0.34% | 0.81% | - |
| XYZ | 46.9 | 48.5 | 30.18 | - |
| YUV | 184.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 136 | 0 | 0.12 | 0.34 | 0.19 | 38.87 | 0.43 | 0.67 |
| Hex | CF | B6 | 88 | 0 | C | 22 | 13 | 27 | 2B | 43 |
| Octal | 317 | 266 | 210 | 0 | 14 | 42 | 23 | 47 | 53 | 103 |
| Binary | 11001111 | 10110110 | 10001000 | 0 | 1100 | 100010 | 10011 | 100111 | 101011 | 1000011 |
Color Harmonies of #CFB688
Complementary color
Monochromatic Colors of #CFB688
Black with #CFB688
Text Example
Text Example
White with #CFB688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB688; }
p { color: rgb(207,182,136); }
H1.HeaderClassName
{
color: #CFB688;
}
.AnyTagClassName
{
color: #CFB688;
}
</style>
background-color css
<style>
a { background-color: #CFB688; }
a { background-color: rgb(207,182,136); }
div.DivClassName
{
background-color: #CFB688;
}
.BgClassName
{
background-color: #CFB688;
}
</style>
border-color css
<style>
span { border-color: #CFB688; }
span { border-color: rgb(207,182,136); }
td.TdClassName
{
border-color: #CFB688;
}
.TagClassName
{
border-color: #CFB688;
}
</style>