Shades of Tan #C8B48D
Tints of Tan #C8B48D
RGB
CMYK
RGB Variations
Color information
#C8B48D (or 0xC8B48D) is known color: Tan. HEX triplet: C8, B4 and 8D. RGB value is (200,180,141). Sum of RGB (Red+Green+Blue) = 200+180+141=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B48D is #374B72. Grayscale: #B5B5B5. Windows color (decimal): -3623795 or 9286856. OLE color: 9286856.
HSL color Cylindrical-coordinate representation of color #C8B48D: hue angle of 39.66º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8B48D is Cyan = 0, Magento = 0.1, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 180 | 141 | - |
| CMYK | 0 | 0.1 | 0.29 | 0.22 |
| HSL | 39.66º | 0.35% | 0.67% | - |
| HSV(B) | 39.66º | 0.3% | 0.78% | - |
| XYZ | 44.95 | 46.84 | 31.87 | - |
| YUV | 181.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 180 | 141 | 0 | 0.1 | 0.29 | 0.22 | 39.66 | 0.35 | 0.67 |
| Hex | C8 | B4 | 8D | 0 | A | 1D | 16 | 28 | 23 | 43 |
| Octal | 310 | 264 | 215 | 0 | 12 | 35 | 26 | 50 | 43 | 103 |
| Binary | 11001000 | 10110100 | 10001101 | 0 | 1010 | 11101 | 10110 | 101000 | 100011 | 1000011 |
Color Harmonies of #C8B48D
Complementary color
Monochromatic Colors of #C8B48D
Black with #C8B48D
Text Example
Text Example
White with #C8B48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B48D; }
p { color: rgb(200,180,141); }
H1.HeaderClassName
{
color: #C8B48D;
}
.AnyTagClassName
{
color: #C8B48D;
}
</style>
background-color css
<style>
a { background-color: #C8B48D; }
a { background-color: rgb(200,180,141); }
div.DivClassName
{
background-color: #C8B48D;
}
.BgClassName
{
background-color: #C8B48D;
}
</style>
border-color css
<style>
span { border-color: #C8B48D; }
span { border-color: rgb(200,180,141); }
td.TdClassName
{
border-color: #C8B48D;
}
.TagClassName
{
border-color: #C8B48D;
}
</style>