Shades of Tan #C8B28F
Tints of Tan #C8B28F
RGB
CMYK
RGB Variations
Color information
#C8B28F (or 0xC8B28F) is known color: Tan. HEX triplet: C8, B2 and 8F. RGB value is (200,178,143). Sum of RGB (Red+Green+Blue) = 200+178+143=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B28F is #374D70. Grayscale: #B4B4B4. Windows color (decimal): -3624305 or 9417416. OLE color: 9417416.
HSL color Cylindrical-coordinate representation of color #C8B28F: hue angle of 36.84º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8B28F is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 178 | 143 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.22 |
| HSL | 36.84º | 0.34% | 0.67% | - |
| HSV(B) | 36.84º | 0.29% | 0.78% | - |
| XYZ | 44.7 | 46.1 | 32.53 | - |
| YUV | 180.59 | 106.79 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 178 | 143 | 0 | 0.11 | 0.28 | 0.22 | 36.84 | 0.34 | 0.67 |
| Hex | C8 | B2 | 8F | 0 | B | 1C | 16 | 25 | 22 | 43 |
| Octal | 310 | 262 | 217 | 0 | 13 | 34 | 26 | 45 | 42 | 103 |
| Binary | 11001000 | 10110010 | 10001111 | 0 | 1011 | 11100 | 10110 | 100101 | 100010 | 1000011 |
Color Harmonies of #C8B28F
Complementary color
Monochromatic Colors of #C8B28F
Black with #C8B28F
Text Example
Text Example
White with #C8B28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B28F; }
p { color: rgb(200,178,143); }
H1.HeaderClassName
{
color: #C8B28F;
}
.AnyTagClassName
{
color: #C8B28F;
}
</style>
background-color css
<style>
a { background-color: #C8B28F; }
a { background-color: rgb(200,178,143); }
div.DivClassName
{
background-color: #C8B28F;
}
.BgClassName
{
background-color: #C8B28F;
}
</style>
border-color css
<style>
span { border-color: #C8B28F; }
span { border-color: rgb(200,178,143); }
td.TdClassName
{
border-color: #C8B28F;
}
.TagClassName
{
border-color: #C8B28F;
}
</style>