Shades of Tan #CEB48B
Tints of Tan #CEB48B
RGB
CMYK
RGB Variations
Color information
#CEB48B (or 0xCEB48B) is known color: Tan. HEX triplet: CE, B4 and 8B. RGB value is (206,180,139). Sum of RGB (Red+Green+Blue) = 206+180+139=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB48B is #314B74. Grayscale: #B7B7B7. Windows color (decimal): -3230581 or 9155790. OLE color: 9155790.
HSL color Cylindrical-coordinate representation of color #CEB48B: hue angle of 36.72º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEB48B is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 139 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.19 |
| HSL | 36.72º | 0.41% | 0.68% | - |
| HSV(B) | 36.72º | 0.33% | 0.81% | - |
| XYZ | 46.44 | 47.63 | 31.17 | - |
| YUV | 183.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 139 | 0 | 0.13 | 0.33 | 0.19 | 36.72 | 0.41 | 0.68 |
| Hex | CE | B4 | 8B | 0 | D | 21 | 13 | 25 | 29 | 44 |
| Octal | 316 | 264 | 213 | 0 | 15 | 41 | 23 | 45 | 51 | 104 |
| Binary | 11001110 | 10110100 | 10001011 | 0 | 1101 | 100001 | 10011 | 100101 | 101001 | 1000100 |
Color Harmonies of #CEB48B
Complementary color
Monochromatic Colors of #CEB48B
Black with #CEB48B
Text Example
Text Example
White with #CEB48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB48B; }
p { color: rgb(206,180,139); }
H1.HeaderClassName
{
color: #CEB48B;
}
.AnyTagClassName
{
color: #CEB48B;
}
</style>
background-color css
<style>
a { background-color: #CEB48B; }
a { background-color: rgb(206,180,139); }
div.DivClassName
{
background-color: #CEB48B;
}
.BgClassName
{
background-color: #CEB48B;
}
</style>
border-color css
<style>
span { border-color: #CEB48B; }
span { border-color: rgb(206,180,139); }
td.TdClassName
{
border-color: #CEB48B;
}
.TagClassName
{
border-color: #CEB48B;
}
</style>