Shades of Tan #C8B18B
Tints of Tan #C8B18B
RGB
CMYK
RGB Variations
Color information
#C8B18B (or 0xC8B18B) is known color: Tan. HEX triplet: C8, B1 and 8B. RGB value is (200,177,139). Sum of RGB (Red+Green+Blue) = 200+177+139=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B18B is #374E74. Grayscale: #B3B3B3. Windows color (decimal): -3624565 or 9155016. OLE color: 9155016.
HSL color Cylindrical-coordinate representation of color #C8B18B: hue angle of 37.38º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8B18B is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 177 | 139 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.22 |
| HSL | 37.38º | 0.36% | 0.66% | - |
| HSV(B) | 37.38º | 0.31% | 0.78% | - |
| XYZ | 44.2 | 45.59 | 30.9 | - |
| YUV | 179.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 139 | 0 | 0.12 | 0.30 | 0.22 | 37.38 | 0.36 | 0.66 |
| Hex | C8 | B1 | 8B | 0 | C | 1E | 16 | 25 | 24 | 42 |
| Octal | 310 | 261 | 213 | 0 | 14 | 36 | 26 | 45 | 44 | 102 |
| Binary | 11001000 | 10110001 | 10001011 | 0 | 1100 | 11110 | 10110 | 100101 | 100100 | 1000010 |
Color Harmonies of #C8B18B
Complementary color
Monochromatic Colors of #C8B18B
Black with #C8B18B
Text Example
Text Example
White with #C8B18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B18B; }
p { color: rgb(200,177,139); }
H1.HeaderClassName
{
color: #C8B18B;
}
.AnyTagClassName
{
color: #C8B18B;
}
</style>
background-color css
<style>
a { background-color: #C8B18B; }
a { background-color: rgb(200,177,139); }
div.DivClassName
{
background-color: #C8B18B;
}
.BgClassName
{
background-color: #C8B18B;
}
</style>
border-color css
<style>
span { border-color: #C8B18B; }
span { border-color: rgb(200,177,139); }
td.TdClassName
{
border-color: #C8B18B;
}
.TagClassName
{
border-color: #C8B18B;
}
</style>