Shades of Tan #CBAF8A
Tints of Tan #CBAF8A
RGB
CMYK
RGB Variations
Color information
#CBAF8A (or 0xCBAF8A) is known color: Tan. HEX triplet: CB, AF and 8A. RGB value is (203,175,138). Sum of RGB (Red+Green+Blue) = 203+175+138=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAF8A is #345075. Grayscale: #B3B3B3. Windows color (decimal): -3428470 or 9088971. OLE color: 9088971.
HSL color Cylindrical-coordinate representation of color #CBAF8A: hue angle of 34.15º 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 #CBAF8A is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 138 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.20 |
| HSL | 34.15º | 0.38% | 0.67% | - |
| HSV(B) | 34.15º | 0.32% | 0.8% | - |
| XYZ | 44.55 | 45.19 | 30.42 | - |
| YUV | 179.15 | 104.78 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 138 | 0 | 0.14 | 0.32 | 0.20 | 34.15 | 0.38 | 0.67 |
| Hex | CB | AF | 8A | 0 | E | 20 | 14 | 22 | 26 | 43 |
| Octal | 313 | 257 | 212 | 0 | 16 | 40 | 24 | 42 | 46 | 103 |
| Binary | 11001011 | 10101111 | 10001010 | 0 | 1110 | 100000 | 10100 | 100010 | 100110 | 1000011 |
Color Harmonies of #CBAF8A
Complementary color
Monochromatic Colors of #CBAF8A
Black with #CBAF8A
Text Example
Text Example
White with #CBAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF8A; }
p { color: rgb(203,175,138); }
H1.HeaderClassName
{
color: #CBAF8A;
}
.AnyTagClassName
{
color: #CBAF8A;
}
</style>
background-color css
<style>
a { background-color: #CBAF8A; }
a { background-color: rgb(203,175,138); }
div.DivClassName
{
background-color: #CBAF8A;
}
.BgClassName
{
background-color: #CBAF8A;
}
</style>
border-color css
<style>
span { border-color: #CBAF8A; }
span { border-color: rgb(203,175,138); }
td.TdClassName
{
border-color: #CBAF8A;
}
.TagClassName
{
border-color: #CBAF8A;
}
</style>