Shades of Tan #CBAF8B
Tints of Tan #CBAF8B
RGB
CMYK
RGB Variations
Color information
#CBAF8B (or 0xCBAF8B) is known color: Tan. HEX triplet: CB, AF and 8B. RGB value is (203,175,139). Sum of RGB (Red+Green+Blue) = 203+175+139=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAF8B is #345074. Grayscale: #B3B3B3. Windows color (decimal): -3428469 or 9154507. OLE color: 9154507.
HSL color Cylindrical-coordinate representation of color #CBAF8B: hue angle of 33.75º 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 #CBAF8B is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 139 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.20 |
| HSL | 33.75º | 0.38% | 0.67% | - |
| HSV(B) | 33.75º | 0.32% | 0.8% | - |
| XYZ | 44.62 | 45.22 | 30.8 | - |
| YUV | 179.27 | 105.28 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 139 | 0 | 0.14 | 0.32 | 0.20 | 33.75 | 0.38 | 0.67 |
| Hex | CB | AF | 8B | 0 | E | 20 | 14 | 22 | 26 | 43 |
| Octal | 313 | 257 | 213 | 0 | 16 | 40 | 24 | 42 | 46 | 103 |
| Binary | 11001011 | 10101111 | 10001011 | 0 | 1110 | 100000 | 10100 | 100010 | 100110 | 1000011 |
Color Harmonies of #CBAF8B
Complementary color
Monochromatic Colors of #CBAF8B
Black with #CBAF8B
Text Example
Text Example
White with #CBAF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF8B; }
p { color: rgb(203,175,139); }
H1.HeaderClassName
{
color: #CBAF8B;
}
.AnyTagClassName
{
color: #CBAF8B;
}
</style>
background-color css
<style>
a { background-color: #CBAF8B; }
a { background-color: rgb(203,175,139); }
div.DivClassName
{
background-color: #CBAF8B;
}
.BgClassName
{
background-color: #CBAF8B;
}
</style>
border-color css
<style>
span { border-color: #CBAF8B; }
span { border-color: rgb(203,175,139); }
td.TdClassName
{
border-color: #CBAF8B;
}
.TagClassName
{
border-color: #CBAF8B;
}
</style>