Shades of Tan #CDB585
Tints of Tan #CDB585
RGB
CMYK
RGB Variations
Color information
#CDB585 (or 0xCDB585) is known color: Tan. HEX triplet: CD, B5 and 85. RGB value is (205,181,133). Sum of RGB (Red+Green+Blue) = 205+181+133=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB585 is #324A7A. Grayscale: #B6B6B6. Windows color (decimal): -3295867 or 8762829. OLE color: 8762829.
HSL color Cylindrical-coordinate representation of color #CDB585: hue angle of 40º 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 #CDB585 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 133 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.20 |
| HSL | 40º | 0.42% | 0.66% | - |
| HSV(B) | 40º | 0.35% | 0.8% | - |
| XYZ | 45.93 | 47.72 | 28.98 | - |
| YUV | 182.7 | 99.95 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 133 | 0 | 0.12 | 0.35 | 0.20 | 40 | 0.42 | 0.66 |
| Hex | CD | B5 | 85 | 0 | C | 23 | 14 | 28 | 2A | 42 |
| Octal | 315 | 265 | 205 | 0 | 14 | 43 | 24 | 50 | 52 | 102 |
| Binary | 11001101 | 10110101 | 10000101 | 0 | 1100 | 100011 | 10100 | 101000 | 101010 | 1000010 |
Color Harmonies of #CDB585
Complementary color
Monochromatic Colors of #CDB585
Black with #CDB585
Text Example
Text Example
White with #CDB585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB585; }
p { color: rgb(205,181,133); }
H1.HeaderClassName
{
color: #CDB585;
}
.AnyTagClassName
{
color: #CDB585;
}
</style>
background-color css
<style>
a { background-color: #CDB585; }
a { background-color: rgb(205,181,133); }
div.DivClassName
{
background-color: #CDB585;
}
.BgClassName
{
background-color: #CDB585;
}
</style>
border-color css
<style>
span { border-color: #CDB585; }
span { border-color: rgb(205,181,133); }
td.TdClassName
{
border-color: #CDB585;
}
.TagClassName
{
border-color: #CDB585;
}
</style>