Shades of Tan #CCAF91
Tints of Tan #CCAF91
RGB
CMYK
RGB Variations
Color information
#CCAF91 (or 0xCCAF91) is known color: Tan. HEX triplet: CC, AF and 91. RGB value is (204,175,145). Sum of RGB (Red+Green+Blue) = 204+175+145=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAF91 is #33506E. Grayscale: #B4B4B4. Windows color (decimal): -3362927 or 9547724. OLE color: 9547724.
HSL color Cylindrical-coordinate representation of color #CCAF91: hue angle of 30.51º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCAF91 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 145 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.2 |
| HSL | 30.51º | 0.37% | 0.68% | - |
| HSV(B) | 30.51º | 0.29% | 0.8% | - |
| XYZ | 45.34 | 45.54 | 33.19 | - |
| YUV | 180.25 | 108.11 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 145 | 0 | 0.14 | 0.29 | 0.2 | 30.51 | 0.37 | 0.68 |
| Hex | CC | AF | 91 | 0 | E | 1D | 14 | 1F | 25 | 44 |
| Octal | 314 | 257 | 221 | 0 | 16 | 35 | 24 | 37 | 45 | 104 |
| Binary | 11001100 | 10101111 | 10010001 | 0 | 1110 | 11101 | 10100 | 11111 | 100101 | 1000100 |
Color Harmonies of #CCAF91
Complementary color
Monochromatic Colors of #CCAF91
Black with #CCAF91
Text Example
Text Example
White with #CCAF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF91; }
p { color: rgb(204,175,145); }
H1.HeaderClassName
{
color: #CCAF91;
}
.AnyTagClassName
{
color: #CCAF91;
}
</style>
background-color css
<style>
a { background-color: #CCAF91; }
a { background-color: rgb(204,175,145); }
div.DivClassName
{
background-color: #CCAF91;
}
.BgClassName
{
background-color: #CCAF91;
}
</style>
border-color css
<style>
span { border-color: #CCAF91; }
span { border-color: rgb(204,175,145); }
td.TdClassName
{
border-color: #CCAF91;
}
.TagClassName
{
border-color: #CCAF91;
}
</style>