Shades of Tan #CDB487
Tints of Tan #CDB487
RGB
CMYK
RGB Variations
Color information
#CDB487 (or 0xCDB487) is known color: Tan. HEX triplet: CD, B4 and 87. RGB value is (205,180,135). Sum of RGB (Red+Green+Blue) = 205+180+135=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 135 (53.12% from 255 or 25.96% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB487 is #324B78. Grayscale: #B6B6B6. Windows color (decimal): -3296121 or 8893645. OLE color: 8893645.
HSL color Cylindrical-coordinate representation of color #CDB487: hue angle of 38.57º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDB487 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 135 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.20 |
| HSL | 38.57º | 0.41% | 0.67% | - |
| HSV(B) | 38.57º | 0.34% | 0.8% | - |
| XYZ | 45.87 | 47.37 | 29.65 | - |
| YUV | 182.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 135 | 0 | 0.12 | 0.34 | 0.20 | 38.57 | 0.41 | 0.67 |
| Hex | CD | B4 | 87 | 0 | C | 22 | 14 | 27 | 29 | 43 |
| Octal | 315 | 264 | 207 | 0 | 14 | 42 | 24 | 47 | 51 | 103 |
| Binary | 11001101 | 10110100 | 10000111 | 0 | 1100 | 100010 | 10100 | 100111 | 101001 | 1000011 |
Color Harmonies of #CDB487
Complementary color
Monochromatic Colors of #CDB487
Black with #CDB487
Text Example
Text Example
White with #CDB487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB487; }
p { color: rgb(205,180,135); }
H1.HeaderClassName
{
color: #CDB487;
}
.AnyTagClassName
{
color: #CDB487;
}
</style>
background-color css
<style>
a { background-color: #CDB487; }
a { background-color: rgb(205,180,135); }
div.DivClassName
{
background-color: #CDB487;
}
.BgClassName
{
background-color: #CDB487;
}
</style>
border-color css
<style>
span { border-color: #CDB487; }
span { border-color: rgb(205,180,135); }
td.TdClassName
{
border-color: #CDB487;
}
.TagClassName
{
border-color: #CDB487;
}
</style>