Shades of Tan #CFB387
Tints of Tan #CFB387
RGB
CMYK
RGB Variations
Color information
#CFB387 (or 0xCFB387) is known color: Tan. HEX triplet: CF, B3 and 87. RGB value is (207,179,135). Sum of RGB (Red+Green+Blue) = 207+179+135=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 135 (53.12% from 255 or 25.91% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB387 is #304C78. Grayscale: #B6B6B6. Windows color (decimal): -3165305 or 8893391. OLE color: 8893391.
HSL color Cylindrical-coordinate representation of color #CFB387: hue angle of 36.67º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFB387 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 135 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.19 |
| HSL | 36.67º | 0.43% | 0.67% | - |
| HSV(B) | 36.67º | 0.35% | 0.81% | - |
| XYZ | 46.23 | 47.25 | 29.61 | - |
| YUV | 182.36 | 101.28 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 135 | 0 | 0.14 | 0.35 | 0.19 | 36.67 | 0.43 | 0.67 |
| Hex | CF | B3 | 87 | 0 | E | 23 | 13 | 25 | 2B | 43 |
| Octal | 317 | 263 | 207 | 0 | 16 | 43 | 23 | 45 | 53 | 103 |
| Binary | 11001111 | 10110011 | 10000111 | 0 | 1110 | 100011 | 10011 | 100101 | 101011 | 1000011 |
Color Harmonies of #CFB387
Complementary color
Monochromatic Colors of #CFB387
Black with #CFB387
Text Example
Text Example
White with #CFB387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB387; }
p { color: rgb(207,179,135); }
H1.HeaderClassName
{
color: #CFB387;
}
.AnyTagClassName
{
color: #CFB387;
}
</style>
background-color css
<style>
a { background-color: #CFB387; }
a { background-color: rgb(207,179,135); }
div.DivClassName
{
background-color: #CFB387;
}
.BgClassName
{
background-color: #CFB387;
}
</style>
border-color css
<style>
span { border-color: #CFB387; }
span { border-color: rgb(207,179,135); }
td.TdClassName
{
border-color: #CFB387;
}
.TagClassName
{
border-color: #CFB387;
}
</style>