Shades of Tan #CBB18D
Tints of Tan #CBB18D
RGB
CMYK
RGB Variations
Color information
#CBB18D (or 0xCBB18D) is known color: Tan. HEX triplet: CB, B1 and 8D. RGB value is (203,177,141). Sum of RGB (Red+Green+Blue) = 203+177+141=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB18D is #344E72. Grayscale: #B4B4B4. Windows color (decimal): -3427955 or 9286091. OLE color: 9286091.
HSL color Cylindrical-coordinate representation of color #CBB18D: hue angle of 34.84º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBB18D is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 141 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.20 |
| HSL | 34.84º | 0.37% | 0.67% | - |
| HSV(B) | 34.84º | 0.31% | 0.8% | - |
| XYZ | 45.16 | 46.06 | 31.71 | - |
| YUV | 180.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 141 | 0 | 0.13 | 0.31 | 0.20 | 34.84 | 0.37 | 0.67 |
| Hex | CB | B1 | 8D | 0 | D | 1F | 14 | 23 | 25 | 43 |
| Octal | 313 | 261 | 215 | 0 | 15 | 37 | 24 | 43 | 45 | 103 |
| Binary | 11001011 | 10110001 | 10001101 | 0 | 1101 | 11111 | 10100 | 100011 | 100101 | 1000011 |
Color Harmonies of #CBB18D
Complementary color
Monochromatic Colors of #CBB18D
Black with #CBB18D
Text Example
Text Example
White with #CBB18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB18D; }
p { color: rgb(203,177,141); }
H1.HeaderClassName
{
color: #CBB18D;
}
.AnyTagClassName
{
color: #CBB18D;
}
</style>
background-color css
<style>
a { background-color: #CBB18D; }
a { background-color: rgb(203,177,141); }
div.DivClassName
{
background-color: #CBB18D;
}
.BgClassName
{
background-color: #CBB18D;
}
</style>
border-color css
<style>
span { border-color: #CBB18D; }
span { border-color: rgb(203,177,141); }
td.TdClassName
{
border-color: #CBB18D;
}
.TagClassName
{
border-color: #CBB18D;
}
</style>