Shades of Tan #C7B28A
Tints of Tan #C7B28A
RGB
CMYK
RGB Variations
Color information
#C7B28A (or 0xC7B28A) is known color: Tan. HEX triplet: C7, B2 and 8A. RGB value is (199,178,138). Sum of RGB (Red+Green+Blue) = 199+178+138=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B28A is #384D75. Grayscale: #B3B3B3. Windows color (decimal): -3689846 or 9089735. OLE color: 9089735.
HSL color Cylindrical-coordinate representation of color #C7B28A: hue angle of 39.34º degrees, saturation: 0.35, 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 #C7B28A is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 178 | 138 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.22 |
| HSL | 39.34º | 0.35% | 0.66% | - |
| HSV(B) | 39.34º | 0.31% | 0.78% | - |
| XYZ | 44.06 | 45.82 | 30.57 | - |
| YUV | 179.72 | 104.46 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 178 | 138 | 0 | 0.11 | 0.31 | 0.22 | 39.34 | 0.35 | 0.66 |
| Hex | C7 | B2 | 8A | 0 | B | 1F | 16 | 27 | 23 | 42 |
| Octal | 307 | 262 | 212 | 0 | 13 | 37 | 26 | 47 | 43 | 102 |
| Binary | 11000111 | 10110010 | 10001010 | 0 | 1011 | 11111 | 10110 | 100111 | 100011 | 1000010 |
Color Harmonies of #C7B28A
Complementary color
Monochromatic Colors of #C7B28A
Black with #C7B28A
Text Example
Text Example
White with #C7B28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B28A; }
p { color: rgb(199,178,138); }
H1.HeaderClassName
{
color: #C7B28A;
}
.AnyTagClassName
{
color: #C7B28A;
}
</style>
background-color css
<style>
a { background-color: #C7B28A; }
a { background-color: rgb(199,178,138); }
div.DivClassName
{
background-color: #C7B28A;
}
.BgClassName
{
background-color: #C7B28A;
}
</style>
border-color css
<style>
span { border-color: #C7B28A; }
span { border-color: rgb(199,178,138); }
td.TdClassName
{
border-color: #C7B28A;
}
.TagClassName
{
border-color: #C7B28A;
}
</style>