Shades of Tan #CFB88C
Tints of Tan #CFB88C
RGB
CMYK
RGB Variations
Color information
#CFB88C (or 0xCFB88C) is known color: Tan. HEX triplet: CF, B8 and 8C. RGB value is (207,184,140). Sum of RGB (Red+Green+Blue) = 207+184+140=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB88C is #304773. Grayscale: #BABABA. Windows color (decimal): -3164020 or 9222351. OLE color: 9222351.
HSL color Cylindrical-coordinate representation of color #CFB88C: hue angle of 39.4º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFB88C is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 140 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.19 |
| HSL | 39.4º | 0.41% | 0.68% | - |
| HSV(B) | 39.4º | 0.32% | 0.81% | - |
| XYZ | 47.61 | 49.44 | 31.84 | - |
| YUV | 185.86 | 102.12 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 140 | 0 | 0.11 | 0.32 | 0.19 | 39.4 | 0.41 | 0.68 |
| Hex | CF | B8 | 8C | 0 | B | 20 | 13 | 27 | 29 | 44 |
| Octal | 317 | 270 | 214 | 0 | 13 | 40 | 23 | 47 | 51 | 104 |
| Binary | 11001111 | 10111000 | 10001100 | 0 | 1011 | 100000 | 10011 | 100111 | 101001 | 1000100 |
Color Harmonies of #CFB88C
Complementary color
Monochromatic Colors of #CFB88C
Black with #CFB88C
Text Example
Text Example
White with #CFB88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB88C; }
p { color: rgb(207,184,140); }
H1.HeaderClassName
{
color: #CFB88C;
}
.AnyTagClassName
{
color: #CFB88C;
}
</style>
background-color css
<style>
a { background-color: #CFB88C; }
a { background-color: rgb(207,184,140); }
div.DivClassName
{
background-color: #CFB88C;
}
.BgClassName
{
background-color: #CFB88C;
}
</style>
border-color css
<style>
span { border-color: #CFB88C; }
span { border-color: rgb(207,184,140); }
td.TdClassName
{
border-color: #CFB88C;
}
.TagClassName
{
border-color: #CFB88C;
}
</style>