Shades of Tan #C8B68F
Tints of Tan #C8B68F
RGB
CMYK
RGB Variations
Color information
#C8B68F (or 0xC8B68F) is known color: Tan. HEX triplet: C8, B6 and 8F. RGB value is (200,182,143). Sum of RGB (Red+Green+Blue) = 200+182+143=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B68F is #374970. Grayscale: #B7B7B7. Windows color (decimal): -3623281 or 9418440. OLE color: 9418440.
HSL color Cylindrical-coordinate representation of color #C8B68F: hue angle of 41.05º 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 #C8B68F is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 182 | 143 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.22 |
| HSL | 41.05º | 0.34% | 0.67% | - |
| HSV(B) | 41.05º | 0.29% | 0.78% | - |
| XYZ | 45.51 | 47.72 | 32.8 | - |
| YUV | 182.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 182 | 143 | 0 | 0.09 | 0.28 | 0.22 | 41.05 | 0.34 | 0.67 |
| Hex | C8 | B6 | 8F | 0 | 9 | 1C | 16 | 29 | 22 | 43 |
| Octal | 310 | 266 | 217 | 0 | 11 | 34 | 26 | 51 | 42 | 103 |
| Binary | 11001000 | 10110110 | 10001111 | 0 | 1001 | 11100 | 10110 | 101001 | 100010 | 1000011 |
Color Harmonies of #C8B68F
Complementary color
Monochromatic Colors of #C8B68F
Black with #C8B68F
Text Example
Text Example
White with #C8B68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B68F; }
p { color: rgb(200,182,143); }
H1.HeaderClassName
{
color: #C8B68F;
}
.AnyTagClassName
{
color: #C8B68F;
}
</style>
background-color css
<style>
a { background-color: #C8B68F; }
a { background-color: rgb(200,182,143); }
div.DivClassName
{
background-color: #C8B68F;
}
.BgClassName
{
background-color: #C8B68F;
}
</style>
border-color css
<style>
span { border-color: #C8B68F; }
span { border-color: rgb(200,182,143); }
td.TdClassName
{
border-color: #C8B68F;
}
.TagClassName
{
border-color: #C8B68F;
}
</style>