Shades of Tan #CCBA8F
Tints of Tan #CCBA8F
RGB
CMYK
RGB Variations
Color information
#CCBA8F (or 0xCCBA8F) is known color: Tan. HEX triplet: CC, BA and 8F. RGB value is (204,186,143). Sum of RGB (Red+Green+Blue) = 204+186+143=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA8F is #334570. Grayscale: #BABABA. Windows color (decimal): -3360113 or 9419468. OLE color: 9419468.
HSL color Cylindrical-coordinate representation of color #CCBA8F: hue angle of 42.3º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCBA8F is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 143 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.2 |
| HSL | 42.3º | 0.37% | 0.68% | - |
| HSV(B) | 42.3º | 0.3% | 0.8% | - |
| XYZ | 47.42 | 49.94 | 33.13 | - |
| YUV | 186.48 | 103.46 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 143 | 0 | 0.09 | 0.30 | 0.2 | 42.3 | 0.37 | 0.68 |
| Hex | CC | BA | 8F | 0 | 9 | 1E | 14 | 2A | 25 | 44 |
| Octal | 314 | 272 | 217 | 0 | 11 | 36 | 24 | 52 | 45 | 104 |
| Binary | 11001100 | 10111010 | 10001111 | 0 | 1001 | 11110 | 10100 | 101010 | 100101 | 1000100 |
Color Harmonies of #CCBA8F
Complementary color
Monochromatic Colors of #CCBA8F
Black with #CCBA8F
Text Example
Text Example
White with #CCBA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA8F; }
p { color: rgb(204,186,143); }
H1.HeaderClassName
{
color: #CCBA8F;
}
.AnyTagClassName
{
color: #CCBA8F;
}
</style>
background-color css
<style>
a { background-color: #CCBA8F; }
a { background-color: rgb(204,186,143); }
div.DivClassName
{
background-color: #CCBA8F;
}
.BgClassName
{
background-color: #CCBA8F;
}
</style>
border-color css
<style>
span { border-color: #CCBA8F; }
span { border-color: rgb(204,186,143); }
td.TdClassName
{
border-color: #CCBA8F;
}
.TagClassName
{
border-color: #CCBA8F;
}
</style>