Shades of Tan #CFB58C
Tints of Tan #CFB58C
RGB
CMYK
RGB Variations
Color information
#CFB58C (or 0xCFB58C) is known color: Tan. HEX triplet: CF, B5 and 8C. RGB value is (207,181,140). Sum of RGB (Red+Green+Blue) = 207+181+140=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB58C is #304A73. Grayscale: #B8B8B8. Windows color (decimal): -3164788 or 9221583. OLE color: 9221583.
HSL color Cylindrical-coordinate representation of color #CFB58C: hue angle of 36.72º 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 #CFB58C is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 140 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.19 |
| HSL | 36.72º | 0.41% | 0.68% | - |
| HSV(B) | 36.72º | 0.32% | 0.81% | - |
| XYZ | 46.99 | 48.21 | 31.64 | - |
| YUV | 184.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 140 | 0 | 0.13 | 0.32 | 0.19 | 36.72 | 0.41 | 0.68 |
| Hex | CF | B5 | 8C | 0 | D | 20 | 13 | 25 | 29 | 44 |
| Octal | 317 | 265 | 214 | 0 | 15 | 40 | 23 | 45 | 51 | 104 |
| Binary | 11001111 | 10110101 | 10001100 | 0 | 1101 | 100000 | 10011 | 100101 | 101001 | 1000100 |
Color Harmonies of #CFB58C
Complementary color
Monochromatic Colors of #CFB58C
Black with #CFB58C
Text Example
Text Example
White with #CFB58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB58C; }
p { color: rgb(207,181,140); }
H1.HeaderClassName
{
color: #CFB58C;
}
.AnyTagClassName
{
color: #CFB58C;
}
</style>
background-color css
<style>
a { background-color: #CFB58C; }
a { background-color: rgb(207,181,140); }
div.DivClassName
{
background-color: #CFB58C;
}
.BgClassName
{
background-color: #CFB58C;
}
</style>
border-color css
<style>
span { border-color: #CFB58C; }
span { border-color: rgb(207,181,140); }
td.TdClassName
{
border-color: #CFB58C;
}
.TagClassName
{
border-color: #CFB58C;
}
</style>