Shades of Tan #CCAC89
Tints of Tan #CCAC89
RGB
CMYK
RGB Variations
Color information
#CCAC89 (or 0xCCAC89) is known color: Tan. HEX triplet: CC, AC and 89. RGB value is (204,172,137). Sum of RGB (Red+Green+Blue) = 204+172+137=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC89 is #335376. Grayscale: #B1B1B1. Windows color (decimal): -3363703 or 9022668. OLE color: 9022668.
HSL color Cylindrical-coordinate representation of color #CCAC89: hue angle of 31.34º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCAC89 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 137 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.2 |
| HSL | 31.34º | 0.4% | 0.67% | - |
| HSV(B) | 31.34º | 0.33% | 0.8% | - |
| XYZ | 44.17 | 44.15 | 29.86 | - |
| YUV | 177.58 | 105.1 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 137 | 0 | 0.16 | 0.33 | 0.2 | 31.34 | 0.4 | 0.67 |
| Hex | CC | AC | 89 | 0 | 10 | 21 | 14 | 1F | 28 | 43 |
| Octal | 314 | 254 | 211 | 0 | 20 | 41 | 24 | 37 | 50 | 103 |
| Binary | 11001100 | 10101100 | 10001001 | 0 | 10000 | 100001 | 10100 | 11111 | 101000 | 1000011 |
Color Harmonies of #CCAC89
Complementary color
Monochromatic Colors of #CCAC89
Black with #CCAC89
Text Example
Text Example
White with #CCAC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC89; }
p { color: rgb(204,172,137); }
H1.HeaderClassName
{
color: #CCAC89;
}
.AnyTagClassName
{
color: #CCAC89;
}
</style>
background-color css
<style>
a { background-color: #CCAC89; }
a { background-color: rgb(204,172,137); }
div.DivClassName
{
background-color: #CCAC89;
}
.BgClassName
{
background-color: #CCAC89;
}
</style>
border-color css
<style>
span { border-color: #CCAC89; }
span { border-color: rgb(204,172,137); }
td.TdClassName
{
border-color: #CCAC89;
}
.TagClassName
{
border-color: #CCAC89;
}
</style>