Shades of Tan #CBB188
Tints of Tan #CBB188
RGB
CMYK
RGB Variations
Color information
#CBB188 (or 0xCBB188) is known color: Tan. HEX triplet: CB, B1 and 88. RGB value is (203,177,136). Sum of RGB (Red+Green+Blue) = 203+177+136=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB188 is #344E77. Grayscale: #B4B4B4. Windows color (decimal): -3427960 or 8958411. OLE color: 8958411.
HSL color Cylindrical-coordinate representation of color #CBB188: hue angle of 36.72º degrees, saturation: 0.39, 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 #CBB188 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 136 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.20 |
| HSL | 36.72º | 0.39% | 0.66% | - |
| HSV(B) | 36.72º | 0.33% | 0.8% | - |
| XYZ | 44.79 | 45.92 | 29.79 | - |
| YUV | 180.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 136 | 0 | 0.13 | 0.33 | 0.20 | 36.72 | 0.39 | 0.66 |
| Hex | CB | B1 | 88 | 0 | D | 21 | 14 | 25 | 27 | 42 |
| Octal | 313 | 261 | 210 | 0 | 15 | 41 | 24 | 45 | 47 | 102 |
| Binary | 11001011 | 10110001 | 10001000 | 0 | 1101 | 100001 | 10100 | 100101 | 100111 | 1000010 |
Color Harmonies of #CBB188
Complementary color
Monochromatic Colors of #CBB188
Black with #CBB188
Text Example
Text Example
White with #CBB188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB188; }
p { color: rgb(203,177,136); }
H1.HeaderClassName
{
color: #CBB188;
}
.AnyTagClassName
{
color: #CBB188;
}
</style>
background-color css
<style>
a { background-color: #CBB188; }
a { background-color: rgb(203,177,136); }
div.DivClassName
{
background-color: #CBB188;
}
.BgClassName
{
background-color: #CBB188;
}
</style>
border-color css
<style>
span { border-color: #CBB188; }
span { border-color: rgb(203,177,136); }
td.TdClassName
{
border-color: #CBB188;
}
.TagClassName
{
border-color: #CBB188;
}
</style>