Shades of Tan #C9B48B
Tints of Tan #C9B48B
RGB
CMYK
RGB Variations
Color information
#C9B48B (or 0xC9B48B) is known color: Tan. HEX triplet: C9, B4 and 8B. RGB value is (201,180,139). Sum of RGB (Red+Green+Blue) = 201+180+139=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B48B is #364B74. Grayscale: #B5B5B5. Windows color (decimal): -3558261 or 9155785. OLE color: 9155785.
HSL color Cylindrical-coordinate representation of color #C9B48B: hue angle of 39.68º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9B48B is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 180 | 139 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.21 |
| HSL | 39.68º | 0.36% | 0.67% | - |
| HSV(B) | 39.68º | 0.31% | 0.79% | - |
| XYZ | 45.07 | 46.92 | 31.11 | - |
| YUV | 181.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 180 | 139 | 0 | 0.10 | 0.31 | 0.21 | 39.68 | 0.36 | 0.67 |
| Hex | C9 | B4 | 8B | 0 | A | 1F | 15 | 28 | 24 | 43 |
| Octal | 311 | 264 | 213 | 0 | 12 | 37 | 25 | 50 | 44 | 103 |
| Binary | 11001001 | 10110100 | 10001011 | 0 | 1010 | 11111 | 10101 | 101000 | 100100 | 1000011 |
Color Harmonies of #C9B48B
Complementary color
Monochromatic Colors of #C9B48B
Black with #C9B48B
Text Example
Text Example
White with #C9B48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B48B; }
p { color: rgb(201,180,139); }
H1.HeaderClassName
{
color: #C9B48B;
}
.AnyTagClassName
{
color: #C9B48B;
}
</style>
background-color css
<style>
a { background-color: #C9B48B; }
a { background-color: rgb(201,180,139); }
div.DivClassName
{
background-color: #C9B48B;
}
.BgClassName
{
background-color: #C9B48B;
}
</style>
border-color css
<style>
span { border-color: #C9B48B; }
span { border-color: rgb(201,180,139); }
td.TdClassName
{
border-color: #C9B48B;
}
.TagClassName
{
border-color: #C9B48B;
}
</style>