Shades of Tan #CDAD8C
Tints of Tan #CDAD8C
RGB
CMYK
RGB Variations
Color information
#CDAD8C (or 0xCDAD8C) is known color: Tan. HEX triplet: CD, AD and 8C. RGB value is (205,173,140). Sum of RGB (Red+Green+Blue) = 205+173+140=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAD8C is #325273. Grayscale: #B2B2B2. Windows color (decimal): -3297908 or 9219533. OLE color: 9219533.
HSL color Cylindrical-coordinate representation of color #CDAD8C: hue angle of 30.46º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDAD8C is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 173 | 140 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.20 |
| HSL | 30.46º | 0.39% | 0.68% | - |
| HSV(B) | 30.46º | 0.32% | 0.8% | - |
| XYZ | 44.85 | 44.76 | 31.09 | - |
| YUV | 178.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 173 | 140 | 0 | 0.16 | 0.32 | 0.20 | 30.46 | 0.39 | 0.68 |
| Hex | CD | AD | 8C | 0 | 10 | 20 | 14 | 1E | 27 | 44 |
| Octal | 315 | 255 | 214 | 0 | 20 | 40 | 24 | 36 | 47 | 104 |
| Binary | 11001101 | 10101101 | 10001100 | 0 | 10000 | 100000 | 10100 | 11110 | 100111 | 1000100 |
Color Harmonies of #CDAD8C
Complementary color
Monochromatic Colors of #CDAD8C
Black with #CDAD8C
Text Example
Text Example
White with #CDAD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAD8C; }
p { color: rgb(205,173,140); }
H1.HeaderClassName
{
color: #CDAD8C;
}
.AnyTagClassName
{
color: #CDAD8C;
}
</style>
background-color css
<style>
a { background-color: #CDAD8C; }
a { background-color: rgb(205,173,140); }
div.DivClassName
{
background-color: #CDAD8C;
}
.BgClassName
{
background-color: #CDAD8C;
}
</style>
border-color css
<style>
span { border-color: #CDAD8C; }
span { border-color: rgb(205,173,140); }
td.TdClassName
{
border-color: #CDAD8C;
}
.TagClassName
{
border-color: #CDAD8C;
}
</style>