Shades of Tan #CDB586
Tints of Tan #CDB586
RGB
CMYK
RGB Variations
Color information
#CDB586 (or 0xCDB586) is known color: Tan. HEX triplet: CD, B5 and 86. RGB value is (205,181,134). Sum of RGB (Red+Green+Blue) = 205+181+134=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB586 is #324A79. Grayscale: #B7B7B7. Windows color (decimal): -3295866 or 8828365. OLE color: 8828365.
HSL color Cylindrical-coordinate representation of color #CDB586: hue angle of 39.72º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDB586 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 134 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.20 |
| HSL | 39.72º | 0.42% | 0.66% | - |
| HSV(B) | 39.72º | 0.35% | 0.8% | - |
| XYZ | 46 | 47.75 | 29.35 | - |
| YUV | 182.82 | 100.45 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 134 | 0 | 0.12 | 0.35 | 0.20 | 39.72 | 0.42 | 0.66 |
| Hex | CD | B5 | 86 | 0 | C | 23 | 14 | 28 | 2A | 42 |
| Octal | 315 | 265 | 206 | 0 | 14 | 43 | 24 | 50 | 52 | 102 |
| Binary | 11001101 | 10110101 | 10000110 | 0 | 1100 | 100011 | 10100 | 101000 | 101010 | 1000010 |
Color Harmonies of #CDB586
Complementary color
Monochromatic Colors of #CDB586
Black with #CDB586
Text Example
Text Example
White with #CDB586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB586; }
p { color: rgb(205,181,134); }
H1.HeaderClassName
{
color: #CDB586;
}
.AnyTagClassName
{
color: #CDB586;
}
</style>
background-color css
<style>
a { background-color: #CDB586; }
a { background-color: rgb(205,181,134); }
div.DivClassName
{
background-color: #CDB586;
}
.BgClassName
{
background-color: #CDB586;
}
</style>
border-color css
<style>
span { border-color: #CDB586; }
span { border-color: rgb(205,181,134); }
td.TdClassName
{
border-color: #CDB586;
}
.TagClassName
{
border-color: #CDB586;
}
</style>