Shades of Tan #CDAF89
Tints of Tan #CDAF89
RGB
CMYK
RGB Variations
Color information
#CDAF89 (or 0xCDAF89) is known color: Tan. HEX triplet: CD, AF and 89. RGB value is (205,175,137). Sum of RGB (Red+Green+Blue) = 205+175+137=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 137 (53.91% from 255 or 26.50% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAF89 is #325076. Grayscale: #B3B3B3. Windows color (decimal): -3297399 or 9023437. OLE color: 9023437.
HSL color Cylindrical-coordinate representation of color #CDAF89: hue angle of 33.53º 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 #CDAF89 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 175 | 137 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.20 |
| HSL | 33.53º | 0.4% | 0.67% | - |
| HSV(B) | 33.53º | 0.33% | 0.8% | - |
| XYZ | 45.02 | 45.45 | 30.07 | - |
| YUV | 179.64 | 103.94 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 175 | 137 | 0 | 0.15 | 0.33 | 0.20 | 33.53 | 0.4 | 0.67 |
| Hex | CD | AF | 89 | 0 | F | 21 | 14 | 22 | 28 | 43 |
| Octal | 315 | 257 | 211 | 0 | 17 | 41 | 24 | 42 | 50 | 103 |
| Binary | 11001101 | 10101111 | 10001001 | 0 | 1111 | 100001 | 10100 | 100010 | 101000 | 1000011 |
Color Harmonies of #CDAF89
Complementary color
Monochromatic Colors of #CDAF89
Black with #CDAF89
Text Example
Text Example
White with #CDAF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAF89; }
p { color: rgb(205,175,137); }
H1.HeaderClassName
{
color: #CDAF89;
}
.AnyTagClassName
{
color: #CDAF89;
}
</style>
background-color css
<style>
a { background-color: #CDAF89; }
a { background-color: rgb(205,175,137); }
div.DivClassName
{
background-color: #CDAF89;
}
.BgClassName
{
background-color: #CDAF89;
}
</style>
border-color css
<style>
span { border-color: #CDAF89; }
span { border-color: rgb(205,175,137); }
td.TdClassName
{
border-color: #CDAF89;
}
.TagClassName
{
border-color: #CDAF89;
}
</style>