Shades of Tan #CBB087
Tints of Tan #CBB087
RGB
CMYK
RGB Variations
Color information
#CBB087 (or 0xCBB087) is known color: Tan. HEX triplet: CB, B0 and 87. RGB value is (203,176,135). Sum of RGB (Red+Green+Blue) = 203+176+135=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 135 (53.12% from 255 or 26.26% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB087 is #344F78. Grayscale: #B3B3B3. Windows color (decimal): -3428217 or 8892619. OLE color: 8892619.
HSL color Cylindrical-coordinate representation of color #CBB087: hue angle of 36.18º 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 #CBB087 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 135 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.20 |
| HSL | 36.18º | 0.4% | 0.66% | - |
| HSV(B) | 36.18º | 0.33% | 0.8% | - |
| XYZ | 44.53 | 45.5 | 29.36 | - |
| YUV | 179.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 135 | 0 | 0.13 | 0.33 | 0.20 | 36.18 | 0.4 | 0.66 |
| Hex | CB | B0 | 87 | 0 | D | 21 | 14 | 24 | 28 | 42 |
| Octal | 313 | 260 | 207 | 0 | 15 | 41 | 24 | 44 | 50 | 102 |
| Binary | 11001011 | 10110000 | 10000111 | 0 | 1101 | 100001 | 10100 | 100100 | 101000 | 1000010 |
Color Harmonies of #CBB087
Complementary color
Monochromatic Colors of #CBB087
Black with #CBB087
Text Example
Text Example
White with #CBB087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB087; }
p { color: rgb(203,176,135); }
H1.HeaderClassName
{
color: #CBB087;
}
.AnyTagClassName
{
color: #CBB087;
}
</style>
background-color css
<style>
a { background-color: #CBB087; }
a { background-color: rgb(203,176,135); }
div.DivClassName
{
background-color: #CBB087;
}
.BgClassName
{
background-color: #CBB087;
}
</style>
border-color css
<style>
span { border-color: #CBB087; }
span { border-color: rgb(203,176,135); }
td.TdClassName
{
border-color: #CBB087;
}
.TagClassName
{
border-color: #CBB087;
}
</style>