Shades of Tan #CEB48C
Tints of Tan #CEB48C
RGB
CMYK
RGB Variations
Color information
#CEB48C (or 0xCEB48C) is known color: Tan. HEX triplet: CE, B4 and 8C. RGB value is (206,180,140). Sum of RGB (Red+Green+Blue) = 206+180+140=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB48C is #314B73. Grayscale: #B7B7B7. Windows color (decimal): -3230580 or 9221326. OLE color: 9221326.
HSL color Cylindrical-coordinate representation of color #CEB48C: hue angle of 36.36º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEB48C is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 140 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.19 |
| HSL | 36.36º | 0.4% | 0.68% | - |
| HSV(B) | 36.36º | 0.32% | 0.81% | - |
| XYZ | 46.51 | 47.66 | 31.56 | - |
| YUV | 183.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 140 | 0 | 0.13 | 0.32 | 0.19 | 36.36 | 0.4 | 0.68 |
| Hex | CE | B4 | 8C | 0 | D | 20 | 13 | 24 | 28 | 44 |
| Octal | 316 | 264 | 214 | 0 | 15 | 40 | 23 | 44 | 50 | 104 |
| Binary | 11001110 | 10110100 | 10001100 | 0 | 1101 | 100000 | 10011 | 100100 | 101000 | 1000100 |
Color Harmonies of #CEB48C
Complementary color
Monochromatic Colors of #CEB48C
Black with #CEB48C
Text Example
Text Example
White with #CEB48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB48C; }
p { color: rgb(206,180,140); }
H1.HeaderClassName
{
color: #CEB48C;
}
.AnyTagClassName
{
color: #CEB48C;
}
</style>
background-color css
<style>
a { background-color: #CEB48C; }
a { background-color: rgb(206,180,140); }
div.DivClassName
{
background-color: #CEB48C;
}
.BgClassName
{
background-color: #CEB48C;
}
</style>
border-color css
<style>
span { border-color: #CEB48C; }
span { border-color: rgb(206,180,140); }
td.TdClassName
{
border-color: #CEB48C;
}
.TagClassName
{
border-color: #CEB48C;
}
</style>