Shades of Tan #CDB486
Tints of Tan #CDB486
RGB
CMYK
RGB Variations
Color information
#CDB486 (or 0xCDB486) is known color: Tan. HEX triplet: CD, B4 and 86. RGB value is (205,180,134). Sum of RGB (Red+Green+Blue) = 205+180+134=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB486 is #324B79. Grayscale: #B6B6B6. Windows color (decimal): -3296122 or 8828109. OLE color: 8828109.
HSL color Cylindrical-coordinate representation of color #CDB486: hue angle of 38.87º 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 #CDB486 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 134 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.20 |
| HSL | 38.87º | 0.42% | 0.66% | - |
| HSV(B) | 38.87º | 0.35% | 0.8% | - |
| XYZ | 45.8 | 47.34 | 29.28 | - |
| YUV | 182.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 134 | 0 | 0.12 | 0.35 | 0.20 | 38.87 | 0.42 | 0.66 |
| Hex | CD | B4 | 86 | 0 | C | 23 | 14 | 27 | 2A | 42 |
| Octal | 315 | 264 | 206 | 0 | 14 | 43 | 24 | 47 | 52 | 102 |
| Binary | 11001101 | 10110100 | 10000110 | 0 | 1100 | 100011 | 10100 | 100111 | 101010 | 1000010 |
Color Harmonies of #CDB486
Complementary color
Monochromatic Colors of #CDB486
Black with #CDB486
Text Example
Text Example
White with #CDB486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB486; }
p { color: rgb(205,180,134); }
H1.HeaderClassName
{
color: #CDB486;
}
.AnyTagClassName
{
color: #CDB486;
}
</style>
background-color css
<style>
a { background-color: #CDB486; }
a { background-color: rgb(205,180,134); }
div.DivClassName
{
background-color: #CDB486;
}
.BgClassName
{
background-color: #CDB486;
}
</style>
border-color css
<style>
span { border-color: #CDB486; }
span { border-color: rgb(205,180,134); }
td.TdClassName
{
border-color: #CDB486;
}
.TagClassName
{
border-color: #CDB486;
}
</style>