Shades of Tan #CBB791
Tints of Tan #CBB791
RGB
CMYK
RGB Variations
Color information
#CBB791 (or 0xCBB791) is known color: Tan. HEX triplet: CB, B7 and 91. RGB value is (203,183,145). Sum of RGB (Red+Green+Blue) = 203+183+145=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB791 is #34486E. Grayscale: #B8B8B8. Windows color (decimal): -3426415 or 9549771. OLE color: 9549771.
HSL color Cylindrical-coordinate representation of color #CBB791: hue angle of 39.31º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBB791 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 145 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.20 |
| HSL | 39.31º | 0.36% | 0.68% | - |
| HSV(B) | 39.31º | 0.29% | 0.8% | - |
| XYZ | 46.67 | 48.61 | 33.71 | - |
| YUV | 184.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 145 | 0 | 0.10 | 0.29 | 0.20 | 39.31 | 0.36 | 0.68 |
| Hex | CB | B7 | 91 | 0 | A | 1D | 14 | 27 | 24 | 44 |
| Octal | 313 | 267 | 221 | 0 | 12 | 35 | 24 | 47 | 44 | 104 |
| Binary | 11001011 | 10110111 | 10010001 | 0 | 1010 | 11101 | 10100 | 100111 | 100100 | 1000100 |
Color Harmonies of #CBB791
Complementary color
Monochromatic Colors of #CBB791
Black with #CBB791
Text Example
Text Example
White with #CBB791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB791; }
p { color: rgb(203,183,145); }
H1.HeaderClassName
{
color: #CBB791;
}
.AnyTagClassName
{
color: #CBB791;
}
</style>
background-color css
<style>
a { background-color: #CBB791; }
a { background-color: rgb(203,183,145); }
div.DivClassName
{
background-color: #CBB791;
}
.BgClassName
{
background-color: #CBB791;
}
</style>
border-color css
<style>
span { border-color: #CBB791; }
span { border-color: rgb(203,183,145); }
td.TdClassName
{
border-color: #CBB791;
}
.TagClassName
{
border-color: #CBB791;
}
</style>