Shades of Tan #CCAF8E
Tints of Tan #CCAF8E
RGB
CMYK
RGB Variations
Color information
#CCAF8E (or 0xCCAF8E) is known color: Tan. HEX triplet: CC, AF and 8E. RGB value is (204,175,142). Sum of RGB (Red+Green+Blue) = 204+175+142=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAF8E is #335071. Grayscale: #B4B4B4. Windows color (decimal): -3362930 or 9351116. OLE color: 9351116.
HSL color Cylindrical-coordinate representation of color #CCAF8E: hue angle of 31.94º degrees, saturation: 0.38, 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 #CCAF8E is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 142 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.2 |
| HSL | 31.94º | 0.38% | 0.68% | - |
| HSV(B) | 31.94º | 0.3% | 0.8% | - |
| XYZ | 45.11 | 45.45 | 31.99 | - |
| YUV | 179.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 142 | 0 | 0.14 | 0.30 | 0.2 | 31.94 | 0.38 | 0.68 |
| Hex | CC | AF | 8E | 0 | E | 1E | 14 | 20 | 26 | 44 |
| Octal | 314 | 257 | 216 | 0 | 16 | 36 | 24 | 40 | 46 | 104 |
| Binary | 11001100 | 10101111 | 10001110 | 0 | 1110 | 11110 | 10100 | 100000 | 100110 | 1000100 |
Color Harmonies of #CCAF8E
Complementary color
Monochromatic Colors of #CCAF8E
Black with #CCAF8E
Text Example
Text Example
White with #CCAF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF8E; }
p { color: rgb(204,175,142); }
H1.HeaderClassName
{
color: #CCAF8E;
}
.AnyTagClassName
{
color: #CCAF8E;
}
</style>
background-color css
<style>
a { background-color: #CCAF8E; }
a { background-color: rgb(204,175,142); }
div.DivClassName
{
background-color: #CCAF8E;
}
.BgClassName
{
background-color: #CCAF8E;
}
</style>
border-color css
<style>
span { border-color: #CCAF8E; }
span { border-color: rgb(204,175,142); }
td.TdClassName
{
border-color: #CCAF8E;
}
.TagClassName
{
border-color: #CCAF8E;
}
</style>