Shades of Tan #CDB587
Tints of Tan #CDB587
RGB
CMYK
RGB Variations
Color information
#CDB587 (or 0xCDB587) is known color: Tan. HEX triplet: CD, B5 and 87. RGB value is (205,181,135). Sum of RGB (Red+Green+Blue) = 205+181+135=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 135 (53.12% from 255 or 25.91% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB587 is #324A78. Grayscale: #B7B7B7. Windows color (decimal): -3295865 or 8893901. OLE color: 8893901.
HSL color Cylindrical-coordinate representation of color #CDB587: hue angle of 39.43º 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 #CDB587 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 135 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.20 |
| HSL | 39.43º | 0.41% | 0.67% | - |
| HSV(B) | 39.43º | 0.34% | 0.8% | - |
| XYZ | 46.07 | 47.78 | 29.72 | - |
| YUV | 182.93 | 100.95 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 135 | 0 | 0.12 | 0.34 | 0.20 | 39.43 | 0.41 | 0.67 |
| Hex | CD | B5 | 87 | 0 | C | 22 | 14 | 27 | 29 | 43 |
| Octal | 315 | 265 | 207 | 0 | 14 | 42 | 24 | 47 | 51 | 103 |
| Binary | 11001101 | 10110101 | 10000111 | 0 | 1100 | 100010 | 10100 | 100111 | 101001 | 1000011 |
Color Harmonies of #CDB587
Complementary color
Monochromatic Colors of #CDB587
Black with #CDB587
Text Example
Text Example
White with #CDB587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB587; }
p { color: rgb(205,181,135); }
H1.HeaderClassName
{
color: #CDB587;
}
.AnyTagClassName
{
color: #CDB587;
}
</style>
background-color css
<style>
a { background-color: #CDB587; }
a { background-color: rgb(205,181,135); }
div.DivClassName
{
background-color: #CDB587;
}
.BgClassName
{
background-color: #CDB587;
}
</style>
border-color css
<style>
span { border-color: #CDB587; }
span { border-color: rgb(205,181,135); }
td.TdClassName
{
border-color: #CDB587;
}
.TagClassName
{
border-color: #CDB587;
}
</style>