Shades of Tan #CCAF8C
Tints of Tan #CCAF8C
RGB
CMYK
RGB Variations
Color information
#CCAF8C (or 0xCCAF8C) is known color: Tan. HEX triplet: CC, AF and 8C. RGB value is (204,175,140). Sum of RGB (Red+Green+Blue) = 204+175+140=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAF8C is #335073. Grayscale: #B3B3B3. Windows color (decimal): -3362932 or 9220044. OLE color: 9220044.
HSL color Cylindrical-coordinate representation of color #CCAF8C: hue angle of 32.81º 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 #CCAF8C is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 140 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.2 |
| HSL | 32.81º | 0.39% | 0.67% | - |
| HSV(B) | 32.81º | 0.31% | 0.8% | - |
| XYZ | 44.97 | 45.39 | 31.2 | - |
| YUV | 179.68 | 105.61 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 140 | 0 | 0.14 | 0.31 | 0.2 | 32.81 | 0.39 | 0.67 |
| Hex | CC | AF | 8C | 0 | E | 1F | 14 | 21 | 27 | 43 |
| Octal | 314 | 257 | 214 | 0 | 16 | 37 | 24 | 41 | 47 | 103 |
| Binary | 11001100 | 10101111 | 10001100 | 0 | 1110 | 11111 | 10100 | 100001 | 100111 | 1000011 |
Color Harmonies of #CCAF8C
Complementary color
Monochromatic Colors of #CCAF8C
Black with #CCAF8C
Text Example
Text Example
White with #CCAF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF8C; }
p { color: rgb(204,175,140); }
H1.HeaderClassName
{
color: #CCAF8C;
}
.AnyTagClassName
{
color: #CCAF8C;
}
</style>
background-color css
<style>
a { background-color: #CCAF8C; }
a { background-color: rgb(204,175,140); }
div.DivClassName
{
background-color: #CCAF8C;
}
.BgClassName
{
background-color: #CCAF8C;
}
</style>
border-color css
<style>
span { border-color: #CCAF8C; }
span { border-color: rgb(204,175,140); }
td.TdClassName
{
border-color: #CCAF8C;
}
.TagClassName
{
border-color: #CCAF8C;
}
</style>