Shades of Tan #CFB48D
Tints of Tan #CFB48D
RGB
CMYK
RGB Variations
Color information
#CFB48D (or 0xCFB48D) is known color: Tan. HEX triplet: CF, B4 and 8D. RGB value is (207,180,141). Sum of RGB (Red+Green+Blue) = 207+180+141=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB48D is #304B72. Grayscale: #B7B7B7. Windows color (decimal): -3165043 or 9286863. OLE color: 9286863.
HSL color Cylindrical-coordinate representation of color #CFB48D: hue angle of 35.45º 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 #CFB48D is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 141 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.19 |
| HSL | 35.45º | 0.41% | 0.68% | - |
| HSV(B) | 35.45º | 0.32% | 0.81% | - |
| XYZ | 46.86 | 47.83 | 31.96 | - |
| YUV | 183.63 | 103.95 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 141 | 0 | 0.13 | 0.32 | 0.19 | 35.45 | 0.41 | 0.68 |
| Hex | CF | B4 | 8D | 0 | D | 20 | 13 | 23 | 29 | 44 |
| Octal | 317 | 264 | 215 | 0 | 15 | 40 | 23 | 43 | 51 | 104 |
| Binary | 11001111 | 10110100 | 10001101 | 0 | 1101 | 100000 | 10011 | 100011 | 101001 | 1000100 |
Color Harmonies of #CFB48D
Complementary color
Monochromatic Colors of #CFB48D
Black with #CFB48D
Text Example
Text Example
White with #CFB48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB48D; }
p { color: rgb(207,180,141); }
H1.HeaderClassName
{
color: #CFB48D;
}
.AnyTagClassName
{
color: #CFB48D;
}
</style>
background-color css
<style>
a { background-color: #CFB48D; }
a { background-color: rgb(207,180,141); }
div.DivClassName
{
background-color: #CFB48D;
}
.BgClassName
{
background-color: #CFB48D;
}
</style>
border-color css
<style>
span { border-color: #CFB48D; }
span { border-color: rgb(207,180,141); }
td.TdClassName
{
border-color: #CFB48D;
}
.TagClassName
{
border-color: #CFB48D;
}
</style>