Shades of Tan #CBB48B
Tints of Tan #CBB48B
RGB
CMYK
RGB Variations
Color information
#CBB48B (or 0xCBB48B) is known color: Tan. HEX triplet: CB, B4 and 8B. RGB value is (203,180,139). Sum of RGB (Red+Green+Blue) = 203+180+139=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB48B is #344B74. Grayscale: #B6B6B6. Windows color (decimal): -3427189 or 9155787. OLE color: 9155787.
HSL color Cylindrical-coordinate representation of color #CBB48B: hue angle of 38.44º 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 #CBB48B is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 139 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.20 |
| HSL | 38.44º | 0.38% | 0.67% | - |
| HSV(B) | 38.44º | 0.32% | 0.8% | - |
| XYZ | 45.61 | 47.2 | 31.13 | - |
| YUV | 182.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 139 | 0 | 0.11 | 0.32 | 0.20 | 38.44 | 0.38 | 0.67 |
| Hex | CB | B4 | 8B | 0 | B | 20 | 14 | 26 | 26 | 43 |
| Octal | 313 | 264 | 213 | 0 | 13 | 40 | 24 | 46 | 46 | 103 |
| Binary | 11001011 | 10110100 | 10001011 | 0 | 1011 | 100000 | 10100 | 100110 | 100110 | 1000011 |
Color Harmonies of #CBB48B
Complementary color
Monochromatic Colors of #CBB48B
Black with #CBB48B
Text Example
Text Example
White with #CBB48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB48B; }
p { color: rgb(203,180,139); }
H1.HeaderClassName
{
color: #CBB48B;
}
.AnyTagClassName
{
color: #CBB48B;
}
</style>
background-color css
<style>
a { background-color: #CBB48B; }
a { background-color: rgb(203,180,139); }
div.DivClassName
{
background-color: #CBB48B;
}
.BgClassName
{
background-color: #CBB48B;
}
</style>
border-color css
<style>
span { border-color: #CBB48B; }
span { border-color: rgb(203,180,139); }
td.TdClassName
{
border-color: #CBB48B;
}
.TagClassName
{
border-color: #CBB48B;
}
</style>