Shades of Tan #CCAF8A
Tints of Tan #CCAF8A
RGB
CMYK
RGB Variations
Color information
#CCAF8A (or 0xCCAF8A) is known color: Tan. HEX triplet: CC, AF and 8A. RGB value is (204,175,138). Sum of RGB (Red+Green+Blue) = 204+175+138=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAF8A is #335075. Grayscale: #B3B3B3. Windows color (decimal): -3362934 or 9088972. OLE color: 9088972.
HSL color Cylindrical-coordinate representation of color #CCAF8A: hue angle of 33.64º 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 #CCAF8A is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 138 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.2 |
| HSL | 33.64º | 0.39% | 0.67% | - |
| HSV(B) | 33.64º | 0.32% | 0.8% | - |
| XYZ | 44.82 | 45.33 | 30.43 | - |
| YUV | 179.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 138 | 0 | 0.14 | 0.32 | 0.2 | 33.64 | 0.39 | 0.67 |
| Hex | CC | AF | 8A | 0 | E | 20 | 14 | 22 | 27 | 43 |
| Octal | 314 | 257 | 212 | 0 | 16 | 40 | 24 | 42 | 47 | 103 |
| Binary | 11001100 | 10101111 | 10001010 | 0 | 1110 | 100000 | 10100 | 100010 | 100111 | 1000011 |
Color Harmonies of #CCAF8A
Complementary color
Monochromatic Colors of #CCAF8A
Black with #CCAF8A
Text Example
Text Example
White with #CCAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF8A; }
p { color: rgb(204,175,138); }
H1.HeaderClassName
{
color: #CCAF8A;
}
.AnyTagClassName
{
color: #CCAF8A;
}
</style>
background-color css
<style>
a { background-color: #CCAF8A; }
a { background-color: rgb(204,175,138); }
div.DivClassName
{
background-color: #CCAF8A;
}
.BgClassName
{
background-color: #CCAF8A;
}
</style>
border-color css
<style>
span { border-color: #CCAF8A; }
span { border-color: rgb(204,175,138); }
td.TdClassName
{
border-color: #CCAF8A;
}
.TagClassName
{
border-color: #CCAF8A;
}
</style>