Shades of Tan #CDAF90
Tints of Tan #CDAF90
RGB
CMYK
RGB Variations
Color information
#CDAF90 (or 0xCDAF90) is known color: Tan. HEX triplet: CD, AF and 90. RGB value is (205,175,144). Sum of RGB (Red+Green+Blue) = 205+175+144=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAF90 is #32506F. Grayscale: #B4B4B4. Windows color (decimal): -3297392 or 9482189. OLE color: 9482189.
HSL color Cylindrical-coordinate representation of color #CDAF90: hue angle of 30.49º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDAF90 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 175 | 144 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.20 |
| HSL | 30.49º | 0.38% | 0.68% | - |
| HSV(B) | 30.49º | 0.3% | 0.8% | - |
| XYZ | 45.54 | 45.65 | 32.8 | - |
| YUV | 180.44 | 107.44 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 175 | 144 | 0 | 0.15 | 0.30 | 0.20 | 30.49 | 0.38 | 0.68 |
| Hex | CD | AF | 90 | 0 | F | 1E | 14 | 1E | 26 | 44 |
| Octal | 315 | 257 | 220 | 0 | 17 | 36 | 24 | 36 | 46 | 104 |
| Binary | 11001101 | 10101111 | 10010000 | 0 | 1111 | 11110 | 10100 | 11110 | 100110 | 1000100 |
Color Harmonies of #CDAF90
Complementary color
Monochromatic Colors of #CDAF90
Black with #CDAF90
Text Example
Text Example
White with #CDAF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAF90; }
p { color: rgb(205,175,144); }
H1.HeaderClassName
{
color: #CDAF90;
}
.AnyTagClassName
{
color: #CDAF90;
}
</style>
background-color css
<style>
a { background-color: #CDAF90; }
a { background-color: rgb(205,175,144); }
div.DivClassName
{
background-color: #CDAF90;
}
.BgClassName
{
background-color: #CDAF90;
}
</style>
border-color css
<style>
span { border-color: #CDAF90; }
span { border-color: rgb(205,175,144); }
td.TdClassName
{
border-color: #CDAF90;
}
.TagClassName
{
border-color: #CDAF90;
}
</style>