Shades of Tan #C9B28A
Tints of Tan #C9B28A
RGB
CMYK
RGB Variations
Color information
#C9B28A (or 0xC9B28A) is known color: Tan. HEX triplet: C9, B2 and 8A. RGB value is (201,178,138). Sum of RGB (Red+Green+Blue) = 201+178+138=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B28A is #364D75. Grayscale: #B4B4B4. Windows color (decimal): -3558774 or 9089737. OLE color: 9089737.
HSL color Cylindrical-coordinate representation of color #C9B28A: hue angle of 38.1º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9B28A is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 178 | 138 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.21 |
| HSL | 38.1º | 0.37% | 0.66% | - |
| HSV(B) | 38.1º | 0.31% | 0.79% | - |
| XYZ | 44.6 | 46.09 | 30.59 | - |
| YUV | 180.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 178 | 138 | 0 | 0.11 | 0.31 | 0.21 | 38.1 | 0.37 | 0.66 |
| Hex | C9 | B2 | 8A | 0 | B | 1F | 15 | 26 | 25 | 42 |
| Octal | 311 | 262 | 212 | 0 | 13 | 37 | 25 | 46 | 45 | 102 |
| Binary | 11001001 | 10110010 | 10001010 | 0 | 1011 | 11111 | 10101 | 100110 | 100101 | 1000010 |
Color Harmonies of #C9B28A
Complementary color
Monochromatic Colors of #C9B28A
Black with #C9B28A
Text Example
Text Example
White with #C9B28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B28A; }
p { color: rgb(201,178,138); }
H1.HeaderClassName
{
color: #C9B28A;
}
.AnyTagClassName
{
color: #C9B28A;
}
</style>
background-color css
<style>
a { background-color: #C9B28A; }
a { background-color: rgb(201,178,138); }
div.DivClassName
{
background-color: #C9B28A;
}
.BgClassName
{
background-color: #C9B28A;
}
</style>
border-color css
<style>
span { border-color: #C9B28A; }
span { border-color: rgb(201,178,138); }
td.TdClassName
{
border-color: #C9B28A;
}
.TagClassName
{
border-color: #C9B28A;
}
</style>