Shades of Tan #CCAC8C
Tints of Tan #CCAC8C
RGB
CMYK
RGB Variations
Color information
#CCAC8C (or 0xCCAC8C) is known color: Tan. HEX triplet: CC, AC and 8C. RGB value is (204,172,140). Sum of RGB (Red+Green+Blue) = 204+172+140=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC8C is #335373. Grayscale: #B2B2B2. Windows color (decimal): -3363700 or 9219276. OLE color: 9219276.
HSL color Cylindrical-coordinate representation of color #CCAC8C: hue angle of 30º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCAC8C is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 140 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.2 |
| HSL | 30º | 0.39% | 0.67% | - |
| HSV(B) | 30º | 0.31% | 0.8% | - |
| XYZ | 44.39 | 44.24 | 31.01 | - |
| YUV | 177.92 | 106.6 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 140 | 0 | 0.16 | 0.31 | 0.2 | 30 | 0.39 | 0.67 |
| Hex | CC | AC | 8C | 0 | 10 | 1F | 14 | 1E | 27 | 43 |
| Octal | 314 | 254 | 214 | 0 | 20 | 37 | 24 | 36 | 47 | 103 |
| Binary | 11001100 | 10101100 | 10001100 | 0 | 10000 | 11111 | 10100 | 11110 | 100111 | 1000011 |
Color Harmonies of #CCAC8C
Complementary color
Monochromatic Colors of #CCAC8C
Black with #CCAC8C
Text Example
Text Example
White with #CCAC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC8C; }
p { color: rgb(204,172,140); }
H1.HeaderClassName
{
color: #CCAC8C;
}
.AnyTagClassName
{
color: #CCAC8C;
}
</style>
background-color css
<style>
a { background-color: #CCAC8C; }
a { background-color: rgb(204,172,140); }
div.DivClassName
{
background-color: #CCAC8C;
}
.BgClassName
{
background-color: #CCAC8C;
}
</style>
border-color css
<style>
span { border-color: #CCAC8C; }
span { border-color: rgb(204,172,140); }
td.TdClassName
{
border-color: #CCAC8C;
}
.TagClassName
{
border-color: #CCAC8C;
}
</style>