Shades of Tan #C8B288
Tints of Tan #C8B288
RGB
CMYK
RGB Variations
Color information
#C8B288 (or 0xC8B288) is known color: Tan. HEX triplet: C8, B2 and 88. RGB value is (200,178,136). Sum of RGB (Red+Green+Blue) = 200+178+136=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B288 is #374D77. Grayscale: #B3B3B3. Windows color (decimal): -3624312 or 8958664. OLE color: 8958664.
HSL color Cylindrical-coordinate representation of color #C8B288: hue angle of 39.38º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8B288 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 178 | 136 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.22 |
| HSL | 39.38º | 0.37% | 0.66% | - |
| HSV(B) | 39.38º | 0.32% | 0.78% | - |
| XYZ | 44.18 | 45.9 | 29.82 | - |
| YUV | 179.79 | 103.29 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 178 | 136 | 0 | 0.11 | 0.32 | 0.22 | 39.38 | 0.37 | 0.66 |
| Hex | C8 | B2 | 88 | 0 | B | 20 | 16 | 27 | 25 | 42 |
| Octal | 310 | 262 | 210 | 0 | 13 | 40 | 26 | 47 | 45 | 102 |
| Binary | 11001000 | 10110010 | 10001000 | 0 | 1011 | 100000 | 10110 | 100111 | 100101 | 1000010 |
Color Harmonies of #C8B288
Complementary color
Monochromatic Colors of #C8B288
Black with #C8B288
Text Example
Text Example
White with #C8B288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B288; }
p { color: rgb(200,178,136); }
H1.HeaderClassName
{
color: #C8B288;
}
.AnyTagClassName
{
color: #C8B288;
}
</style>
background-color css
<style>
a { background-color: #C8B288; }
a { background-color: rgb(200,178,136); }
div.DivClassName
{
background-color: #C8B288;
}
.BgClassName
{
background-color: #C8B288;
}
</style>
border-color css
<style>
span { border-color: #C8B288; }
span { border-color: rgb(200,178,136); }
td.TdClassName
{
border-color: #C8B288;
}
.TagClassName
{
border-color: #C8B288;
}
</style>