Shades of Tan #CDB592
Tints of Tan #CDB592
RGB
CMYK
RGB Variations
Color information
#CDB592 (or 0xCDB592) is known color: Tan. HEX triplet: CD, B5 and 92. RGB value is (205,181,146). Sum of RGB (Red+Green+Blue) = 205+181+146=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB592 is #324A6D. Grayscale: #B8B8B8. Windows color (decimal): -3295854 or 9614797. OLE color: 9614797.
HSL color Cylindrical-coordinate representation of color #CDB592: hue angle of 35.59º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDB592 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 146 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.20 |
| HSL | 35.59º | 0.37% | 0.69% | - |
| HSV(B) | 35.59º | 0.29% | 0.8% | - |
| XYZ | 46.89 | 48.1 | 34.01 | - |
| YUV | 184.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 146 | 0 | 0.12 | 0.29 | 0.20 | 35.59 | 0.37 | 0.69 |
| Hex | CD | B5 | 92 | 0 | C | 1D | 14 | 24 | 25 | 45 |
| Octal | 315 | 265 | 222 | 0 | 14 | 35 | 24 | 44 | 45 | 105 |
| Binary | 11001101 | 10110101 | 10010010 | 0 | 1100 | 11101 | 10100 | 100100 | 100101 | 1000101 |
Color Harmonies of #CDB592
Complementary color
Monochromatic Colors of #CDB592
Black with #CDB592
Text Example
Text Example
White with #CDB592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB592; }
p { color: rgb(205,181,146); }
H1.HeaderClassName
{
color: #CDB592;
}
.AnyTagClassName
{
color: #CDB592;
}
</style>
background-color css
<style>
a { background-color: #CDB592; }
a { background-color: rgb(205,181,146); }
div.DivClassName
{
background-color: #CDB592;
}
.BgClassName
{
background-color: #CDB592;
}
</style>
border-color css
<style>
span { border-color: #CDB592; }
span { border-color: rgb(205,181,146); }
td.TdClassName
{
border-color: #CDB592;
}
.TagClassName
{
border-color: #CDB592;
}
</style>