Shades of Tan #CCAC8B
Tints of Tan #CCAC8B
RGB
CMYK
RGB Variations
Color information
#CCAC8B (or 0xCCAC8B) is known color: Tan. HEX triplet: CC, AC and 8B. RGB value is (204,172,139). Sum of RGB (Red+Green+Blue) = 204+172+139=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC8B is #335374. Grayscale: #B1B1B1. Windows color (decimal): -3363701 or 9153740. OLE color: 9153740.
HSL color Cylindrical-coordinate representation of color #CCAC8B: hue angle of 30.46º degrees, saturation: 0.39, 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 #CCAC8B is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 139 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.2 |
| HSL | 30.46º | 0.39% | 0.67% | - |
| HSV(B) | 30.46º | 0.32% | 0.8% | - |
| XYZ | 44.31 | 44.21 | 30.62 | - |
| YUV | 177.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 139 | 0 | 0.16 | 0.32 | 0.2 | 30.46 | 0.39 | 0.67 |
| Hex | CC | AC | 8B | 0 | 10 | 20 | 14 | 1E | 27 | 43 |
| Octal | 314 | 254 | 213 | 0 | 20 | 40 | 24 | 36 | 47 | 103 |
| Binary | 11001100 | 10101100 | 10001011 | 0 | 10000 | 100000 | 10100 | 11110 | 100111 | 1000011 |
Color Harmonies of #CCAC8B
Complementary color
Monochromatic Colors of #CCAC8B
Black with #CCAC8B
Text Example
Text Example
White with #CCAC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC8B; }
p { color: rgb(204,172,139); }
H1.HeaderClassName
{
color: #CCAC8B;
}
.AnyTagClassName
{
color: #CCAC8B;
}
</style>
background-color css
<style>
a { background-color: #CCAC8B; }
a { background-color: rgb(204,172,139); }
div.DivClassName
{
background-color: #CCAC8B;
}
.BgClassName
{
background-color: #CCAC8B;
}
</style>
border-color css
<style>
span { border-color: #CCAC8B; }
span { border-color: rgb(204,172,139); }
td.TdClassName
{
border-color: #CCAC8B;
}
.TagClassName
{
border-color: #CCAC8B;
}
</style>