Shades of Tan #CBAD8C
Tints of Tan #CBAD8C
RGB
CMYK
RGB Variations
Color information
#CBAD8C (or 0xCBAD8C) is known color: Tan. HEX triplet: CB, AD and 8C. RGB value is (203,173,140). Sum of RGB (Red+Green+Blue) = 203+173+140=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAD8C is #345273. Grayscale: #B2B2B2. Windows color (decimal): -3428980 or 9219531. OLE color: 9219531.
HSL color Cylindrical-coordinate representation of color #CBAD8C: hue angle of 31.43º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBAD8C is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 140 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.20 |
| HSL | 31.43º | 0.38% | 0.67% | - |
| HSV(B) | 31.43º | 0.31% | 0.8% | - |
| XYZ | 44.31 | 44.48 | 31.06 | - |
| YUV | 178.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 140 | 0 | 0.15 | 0.31 | 0.20 | 31.43 | 0.38 | 0.67 |
| Hex | CB | AD | 8C | 0 | F | 1F | 14 | 1F | 26 | 43 |
| Octal | 313 | 255 | 214 | 0 | 17 | 37 | 24 | 37 | 46 | 103 |
| Binary | 11001011 | 10101101 | 10001100 | 0 | 1111 | 11111 | 10100 | 11111 | 100110 | 1000011 |
Color Harmonies of #CBAD8C
Complementary color
Monochromatic Colors of #CBAD8C
Black with #CBAD8C
Text Example
Text Example
White with #CBAD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAD8C; }
p { color: rgb(203,173,140); }
H1.HeaderClassName
{
color: #CBAD8C;
}
.AnyTagClassName
{
color: #CBAD8C;
}
</style>
background-color css
<style>
a { background-color: #CBAD8C; }
a { background-color: rgb(203,173,140); }
div.DivClassName
{
background-color: #CBAD8C;
}
.BgClassName
{
background-color: #CBAD8C;
}
</style>
border-color css
<style>
span { border-color: #CBAD8C; }
span { border-color: rgb(203,173,140); }
td.TdClassName
{
border-color: #CBAD8C;
}
.TagClassName
{
border-color: #CBAD8C;
}
</style>