Shades of Tan #CCAD89
Tints of Tan #CCAD89
RGB
CMYK
RGB Variations
Color information
#CCAD89 (or 0xCCAD89) is known color: Tan. HEX triplet: CC, AD and 89. RGB value is (204,173,137). Sum of RGB (Red+Green+Blue) = 204+173+137=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD89 is #335276. Grayscale: #B2B2B2. Windows color (decimal): -3363447 or 9022924. OLE color: 9022924.
HSL color Cylindrical-coordinate representation of color #CCAD89: hue angle of 32.24º 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 #CCAD89 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 137 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.2 |
| HSL | 32.24º | 0.4% | 0.67% | - |
| HSV(B) | 32.24º | 0.33% | 0.8% | - |
| XYZ | 44.36 | 44.53 | 29.92 | - |
| YUV | 178.17 | 104.77 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 137 | 0 | 0.15 | 0.33 | 0.2 | 32.24 | 0.4 | 0.67 |
| Hex | CC | AD | 89 | 0 | F | 21 | 14 | 20 | 28 | 43 |
| Octal | 314 | 255 | 211 | 0 | 17 | 41 | 24 | 40 | 50 | 103 |
| Binary | 11001100 | 10101101 | 10001001 | 0 | 1111 | 100001 | 10100 | 100000 | 101000 | 1000011 |
Color Harmonies of #CCAD89
Complementary color
Monochromatic Colors of #CCAD89
Black with #CCAD89
Text Example
Text Example
White with #CCAD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAD89; }
p { color: rgb(204,173,137); }
H1.HeaderClassName
{
color: #CCAD89;
}
.AnyTagClassName
{
color: #CCAD89;
}
</style>
background-color css
<style>
a { background-color: #CCAD89; }
a { background-color: rgb(204,173,137); }
div.DivClassName
{
background-color: #CCAD89;
}
.BgClassName
{
background-color: #CCAD89;
}
</style>
border-color css
<style>
span { border-color: #CCAD89; }
span { border-color: rgb(204,173,137); }
td.TdClassName
{
border-color: #CCAD89;
}
.TagClassName
{
border-color: #CCAD89;
}
</style>