Shades of Tan #CBB187
Tints of Tan #CBB187
RGB
CMYK
RGB Variations
Color information
#CBB187 (or 0xCBB187) is known color: Tan. HEX triplet: CB, B1 and 87. RGB value is (203,177,135). Sum of RGB (Red+Green+Blue) = 203+177+135=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 135 (53.12% from 255 or 26.21% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB187 is #344E78. Grayscale: #B4B4B4. Windows color (decimal): -3427961 or 8892875. OLE color: 8892875.
HSL color Cylindrical-coordinate representation of color #CBB187: hue angle of 37.06º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBB187 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 135 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.20 |
| HSL | 37.06º | 0.4% | 0.66% | - |
| HSV(B) | 37.06º | 0.33% | 0.8% | - |
| XYZ | 44.72 | 45.89 | 29.42 | - |
| YUV | 179.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 135 | 0 | 0.13 | 0.33 | 0.20 | 37.06 | 0.4 | 0.66 |
| Hex | CB | B1 | 87 | 0 | D | 21 | 14 | 25 | 28 | 42 |
| Octal | 313 | 261 | 207 | 0 | 15 | 41 | 24 | 45 | 50 | 102 |
| Binary | 11001011 | 10110001 | 10000111 | 0 | 1101 | 100001 | 10100 | 100101 | 101000 | 1000010 |
Color Harmonies of #CBB187
Complementary color
Monochromatic Colors of #CBB187
Black with #CBB187
Text Example
Text Example
White with #CBB187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB187; }
p { color: rgb(203,177,135); }
H1.HeaderClassName
{
color: #CBB187;
}
.AnyTagClassName
{
color: #CBB187;
}
</style>
background-color css
<style>
a { background-color: #CBB187; }
a { background-color: rgb(203,177,135); }
div.DivClassName
{
background-color: #CBB187;
}
.BgClassName
{
background-color: #CBB187;
}
</style>
border-color css
<style>
span { border-color: #CBB187; }
span { border-color: rgb(203,177,135); }
td.TdClassName
{
border-color: #CBB187;
}
.TagClassName
{
border-color: #CBB187;
}
</style>