Shades of Tan #CEBC90
Tints of Tan #CEBC90
RGB
CMYK
RGB Variations
Color information
#CEBC90 (or 0xCEBC90) is known color: Tan. HEX triplet: CE, BC and 90. RGB value is (206,188,144). Sum of RGB (Red+Green+Blue) = 206+188+144=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBC90 is #31436F. Grayscale: #BCBCBC. Windows color (decimal): -3228528 or 9485518. OLE color: 9485518.
HSL color Cylindrical-coordinate representation of color #CEBC90: hue angle of 42.58º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEBC90 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 144 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.19 |
| HSL | 42.58º | 0.39% | 0.69% | - |
| HSV(B) | 42.58º | 0.3% | 0.81% | - |
| XYZ | 48.47 | 51.1 | 33.69 | - |
| YUV | 188.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 144 | 0 | 0.09 | 0.30 | 0.19 | 42.58 | 0.39 | 0.69 |
| Hex | CE | BC | 90 | 0 | 9 | 1E | 13 | 2B | 27 | 45 |
| Octal | 316 | 274 | 220 | 0 | 11 | 36 | 23 | 53 | 47 | 105 |
| Binary | 11001110 | 10111100 | 10010000 | 0 | 1001 | 11110 | 10011 | 101011 | 100111 | 1000101 |
Color Harmonies of #CEBC90
Complementary color
Monochromatic Colors of #CEBC90
Black with #CEBC90
Text Example
Text Example
White with #CEBC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC90; }
p { color: rgb(206,188,144); }
H1.HeaderClassName
{
color: #CEBC90;
}
.AnyTagClassName
{
color: #CEBC90;
}
</style>
background-color css
<style>
a { background-color: #CEBC90; }
a { background-color: rgb(206,188,144); }
div.DivClassName
{
background-color: #CEBC90;
}
.BgClassName
{
background-color: #CEBC90;
}
</style>
border-color css
<style>
span { border-color: #CEBC90; }
span { border-color: rgb(206,188,144); }
td.TdClassName
{
border-color: #CEBC90;
}
.TagClassName
{
border-color: #CEBC90;
}
</style>