Shades of Tan #CBB28B
Tints of Tan #CBB28B
RGB
CMYK
RGB Variations
Color information
#CBB28B (or 0xCBB28B) is known color: Tan. HEX triplet: CB, B2 and 8B. RGB value is (203,178,139). Sum of RGB (Red+Green+Blue) = 203+178+139=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB28B is #344D74. Grayscale: #B5B5B5. Windows color (decimal): -3427701 or 9155275. OLE color: 9155275.
HSL color Cylindrical-coordinate representation of color #CBB28B: hue angle of 36.56º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBB28B is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 139 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.20 |
| HSL | 36.56º | 0.38% | 0.67% | - |
| HSV(B) | 36.56º | 0.32% | 0.8% | - |
| XYZ | 45.21 | 46.4 | 31 | - |
| YUV | 181.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 139 | 0 | 0.12 | 0.32 | 0.20 | 36.56 | 0.38 | 0.67 |
| Hex | CB | B2 | 8B | 0 | C | 20 | 14 | 25 | 26 | 43 |
| Octal | 313 | 262 | 213 | 0 | 14 | 40 | 24 | 45 | 46 | 103 |
| Binary | 11001011 | 10110010 | 10001011 | 0 | 1100 | 100000 | 10100 | 100101 | 100110 | 1000011 |
Color Harmonies of #CBB28B
Complementary color
Monochromatic Colors of #CBB28B
Black with #CBB28B
Text Example
Text Example
White with #CBB28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB28B; }
p { color: rgb(203,178,139); }
H1.HeaderClassName
{
color: #CBB28B;
}
.AnyTagClassName
{
color: #CBB28B;
}
</style>
background-color css
<style>
a { background-color: #CBB28B; }
a { background-color: rgb(203,178,139); }
div.DivClassName
{
background-color: #CBB28B;
}
.BgClassName
{
background-color: #CBB28B;
}
</style>
border-color css
<style>
span { border-color: #CBB28B; }
span { border-color: rgb(203,178,139); }
td.TdClassName
{
border-color: #CBB28B;
}
.TagClassName
{
border-color: #CBB28B;
}
</style>