Shades of Tan #C7B088
Tints of Tan #C7B088
RGB
CMYK
RGB Variations
Color information
#C7B088 (or 0xC7B088) is known color: Tan. HEX triplet: C7, B0 and 88. RGB value is (199,176,136). Sum of RGB (Red+Green+Blue) = 199+176+136=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B088 is #384F77. Grayscale: #B2B2B2. Windows color (decimal): -3690360 or 8958151. OLE color: 8958151.
HSL color Cylindrical-coordinate representation of color #C7B088: hue angle of 38.1º degrees, saturation: 0.36, 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 #C7B088 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 176 | 136 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.22 |
| HSL | 38.1º | 0.36% | 0.66% | - |
| HSV(B) | 38.1º | 0.32% | 0.78% | - |
| XYZ | 43.52 | 44.97 | 29.68 | - |
| YUV | 178.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 136 | 0 | 0.12 | 0.32 | 0.22 | 38.1 | 0.36 | 0.66 |
| Hex | C7 | B0 | 88 | 0 | C | 20 | 16 | 26 | 24 | 42 |
| Octal | 307 | 260 | 210 | 0 | 14 | 40 | 26 | 46 | 44 | 102 |
| Binary | 11000111 | 10110000 | 10001000 | 0 | 1100 | 100000 | 10110 | 100110 | 100100 | 1000010 |
Color Harmonies of #C7B088
Complementary color
Monochromatic Colors of #C7B088
Black with #C7B088
Text Example
Text Example
White with #C7B088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B088; }
p { color: rgb(199,176,136); }
H1.HeaderClassName
{
color: #C7B088;
}
.AnyTagClassName
{
color: #C7B088;
}
</style>
background-color css
<style>
a { background-color: #C7B088; }
a { background-color: rgb(199,176,136); }
div.DivClassName
{
background-color: #C7B088;
}
.BgClassName
{
background-color: #C7B088;
}
</style>
border-color css
<style>
span { border-color: #C7B088; }
span { border-color: rgb(199,176,136); }
td.TdClassName
{
border-color: #C7B088;
}
.TagClassName
{
border-color: #C7B088;
}
</style>