Shades of Tan #CCAF89
Tints of Tan #CCAF89
RGB
CMYK
RGB Variations
Color information
#CCAF89 (or 0xCCAF89) is known color: Tan. HEX triplet: CC, AF and 89. RGB value is (204,175,137). Sum of RGB (Red+Green+Blue) = 204+175+137=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAF89 is #335076. Grayscale: #B3B3B3. Windows color (decimal): -3362935 or 9023436. OLE color: 9023436.
HSL color Cylindrical-coordinate representation of color #CCAF89: hue angle of 34.03º 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 #CCAF89 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 137 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.2 |
| HSL | 34.03º | 0.4% | 0.67% | - |
| HSV(B) | 34.03º | 0.33% | 0.8% | - |
| XYZ | 44.75 | 45.3 | 30.05 | - |
| YUV | 179.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 137 | 0 | 0.14 | 0.33 | 0.2 | 34.03 | 0.4 | 0.67 |
| Hex | CC | AF | 89 | 0 | E | 21 | 14 | 22 | 28 | 43 |
| Octal | 314 | 257 | 211 | 0 | 16 | 41 | 24 | 42 | 50 | 103 |
| Binary | 11001100 | 10101111 | 10001001 | 0 | 1110 | 100001 | 10100 | 100010 | 101000 | 1000011 |
Color Harmonies of #CCAF89
Complementary color
Monochromatic Colors of #CCAF89
Black with #CCAF89
Text Example
Text Example
White with #CCAF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF89; }
p { color: rgb(204,175,137); }
H1.HeaderClassName
{
color: #CCAF89;
}
.AnyTagClassName
{
color: #CCAF89;
}
</style>
background-color css
<style>
a { background-color: #CCAF89; }
a { background-color: rgb(204,175,137); }
div.DivClassName
{
background-color: #CCAF89;
}
.BgClassName
{
background-color: #CCAF89;
}
</style>
border-color css
<style>
span { border-color: #CCAF89; }
span { border-color: rgb(204,175,137); }
td.TdClassName
{
border-color: #CCAF89;
}
.TagClassName
{
border-color: #CCAF89;
}
</style>