Shades of Tan #CFB88F
Tints of Tan #CFB88F
RGB
CMYK
RGB Variations
Color information
#CFB88F (or 0xCFB88F) is known color: Tan. HEX triplet: CF, B8 and 8F. RGB value is (207,184,143). Sum of RGB (Red+Green+Blue) = 207+184+143=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB88F is #304770. Grayscale: #BABABA. Windows color (decimal): -3164017 or 9418959. OLE color: 9418959.
HSL color Cylindrical-coordinate representation of color #CFB88F: hue angle of 38.44º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFB88F is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 143 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.19 |
| HSL | 38.44º | 0.4% | 0.69% | - |
| HSV(B) | 38.44º | 0.31% | 0.81% | - |
| XYZ | 47.83 | 49.53 | 33.03 | - |
| YUV | 186.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 143 | 0 | 0.11 | 0.31 | 0.19 | 38.44 | 0.4 | 0.69 |
| Hex | CF | B8 | 8F | 0 | B | 1F | 13 | 26 | 28 | 45 |
| Octal | 317 | 270 | 217 | 0 | 13 | 37 | 23 | 46 | 50 | 105 |
| Binary | 11001111 | 10111000 | 10001111 | 0 | 1011 | 11111 | 10011 | 100110 | 101000 | 1000101 |
Color Harmonies of #CFB88F
Complementary color
Monochromatic Colors of #CFB88F
Black with #CFB88F
Text Example
Text Example
White with #CFB88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB88F; }
p { color: rgb(207,184,143); }
H1.HeaderClassName
{
color: #CFB88F;
}
.AnyTagClassName
{
color: #CFB88F;
}
</style>
background-color css
<style>
a { background-color: #CFB88F; }
a { background-color: rgb(207,184,143); }
div.DivClassName
{
background-color: #CFB88F;
}
.BgClassName
{
background-color: #CFB88F;
}
</style>
border-color css
<style>
span { border-color: #CFB88F; }
span { border-color: rgb(207,184,143); }
td.TdClassName
{
border-color: #CFB88F;
}
.TagClassName
{
border-color: #CFB88F;
}
</style>