Shades of Tan #CCAF88
Tints of Tan #CCAF88
RGB
CMYK
RGB Variations
Color information
#CCAF88 (or 0xCCAF88) is known color: Tan. HEX triplet: CC, AF and 88. RGB value is (204,175,136). Sum of RGB (Red+Green+Blue) = 204+175+136=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAF88 is #335077. Grayscale: #B3B3B3. Windows color (decimal): -3362936 or 8957900. OLE color: 8957900.
HSL color Cylindrical-coordinate representation of color #CCAF88: hue angle of 34.41º 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 #CCAF88 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 136 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.2 |
| HSL | 34.41º | 0.4% | 0.67% | - |
| HSV(B) | 34.41º | 0.33% | 0.8% | - |
| XYZ | 44.68 | 45.27 | 29.68 | - |
| YUV | 179.23 | 103.61 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 136 | 0 | 0.14 | 0.33 | 0.2 | 34.41 | 0.4 | 0.67 |
| Hex | CC | AF | 88 | 0 | E | 21 | 14 | 22 | 28 | 43 |
| Octal | 314 | 257 | 210 | 0 | 16 | 41 | 24 | 42 | 50 | 103 |
| Binary | 11001100 | 10101111 | 10001000 | 0 | 1110 | 100001 | 10100 | 100010 | 101000 | 1000011 |
Color Harmonies of #CCAF88
Complementary color
Monochromatic Colors of #CCAF88
Black with #CCAF88
Text Example
Text Example
White with #CCAF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF88; }
p { color: rgb(204,175,136); }
H1.HeaderClassName
{
color: #CCAF88;
}
.AnyTagClassName
{
color: #CCAF88;
}
</style>
background-color css
<style>
a { background-color: #CCAF88; }
a { background-color: rgb(204,175,136); }
div.DivClassName
{
background-color: #CCAF88;
}
.BgClassName
{
background-color: #CCAF88;
}
</style>
border-color css
<style>
span { border-color: #CCAF88; }
span { border-color: rgb(204,175,136); }
td.TdClassName
{
border-color: #CCAF88;
}
.TagClassName
{
border-color: #CCAF88;
}
</style>