Shades of Tan #CBB28E
Tints of Tan #CBB28E
RGB
CMYK
RGB Variations
Color information
#CBB28E (or 0xCBB28E) is known color: Tan. HEX triplet: CB, B2 and 8E. RGB value is (203,178,142). Sum of RGB (Red+Green+Blue) = 203+178+142=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB28E is #344D71. Grayscale: #B5B5B5. Windows color (decimal): -3427698 or 9351883. OLE color: 9351883.
HSL color Cylindrical-coordinate representation of color #CBB28E: hue angle of 35.41º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBB28E is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 142 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.20 |
| HSL | 35.41º | 0.37% | 0.68% | - |
| HSV(B) | 35.41º | 0.3% | 0.8% | - |
| XYZ | 45.43 | 46.49 | 32.17 | - |
| YUV | 181.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 142 | 0 | 0.12 | 0.30 | 0.20 | 35.41 | 0.37 | 0.68 |
| Hex | CB | B2 | 8E | 0 | C | 1E | 14 | 23 | 25 | 44 |
| Octal | 313 | 262 | 216 | 0 | 14 | 36 | 24 | 43 | 45 | 104 |
| Binary | 11001011 | 10110010 | 10001110 | 0 | 1100 | 11110 | 10100 | 100011 | 100101 | 1000100 |
Color Harmonies of #CBB28E
Complementary color
Monochromatic Colors of #CBB28E
Black with #CBB28E
Text Example
Text Example
White with #CBB28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB28E; }
p { color: rgb(203,178,142); }
H1.HeaderClassName
{
color: #CBB28E;
}
.AnyTagClassName
{
color: #CBB28E;
}
</style>
background-color css
<style>
a { background-color: #CBB28E; }
a { background-color: rgb(203,178,142); }
div.DivClassName
{
background-color: #CBB28E;
}
.BgClassName
{
background-color: #CBB28E;
}
</style>
border-color css
<style>
span { border-color: #CBB28E; }
span { border-color: rgb(203,178,142); }
td.TdClassName
{
border-color: #CBB28E;
}
.TagClassName
{
border-color: #CBB28E;
}
</style>