Shades of Tan #CDB792
Tints of Tan #CDB792
RGB
CMYK
RGB Variations
Color information
#CDB792 (or 0xCDB792) is known color: Tan. HEX triplet: CD, B7 and 92. RGB value is (205,183,146). Sum of RGB (Red+Green+Blue) = 205+183+146=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB792 is #32486D. Grayscale: #B9B9B9. Windows color (decimal): -3295342 or 9615309. OLE color: 9615309.
HSL color Cylindrical-coordinate representation of color #CDB792: hue angle of 37.63º 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 #CDB792 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 146 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.20 |
| HSL | 37.63º | 0.37% | 0.69% | - |
| HSV(B) | 37.63º | 0.29% | 0.8% | - |
| XYZ | 47.3 | 48.92 | 34.14 | - |
| YUV | 185.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 146 | 0 | 0.11 | 0.29 | 0.20 | 37.63 | 0.37 | 0.69 |
| Hex | CD | B7 | 92 | 0 | B | 1D | 14 | 26 | 25 | 45 |
| Octal | 315 | 267 | 222 | 0 | 13 | 35 | 24 | 46 | 45 | 105 |
| Binary | 11001101 | 10110111 | 10010010 | 0 | 1011 | 11101 | 10100 | 100110 | 100101 | 1000101 |
Color Harmonies of #CDB792
Complementary color
Monochromatic Colors of #CDB792
Black with #CDB792
Text Example
Text Example
White with #CDB792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB792; }
p { color: rgb(205,183,146); }
H1.HeaderClassName
{
color: #CDB792;
}
.AnyTagClassName
{
color: #CDB792;
}
</style>
background-color css
<style>
a { background-color: #CDB792; }
a { background-color: rgb(205,183,146); }
div.DivClassName
{
background-color: #CDB792;
}
.BgClassName
{
background-color: #CDB792;
}
</style>
border-color css
<style>
span { border-color: #CDB792; }
span { border-color: rgb(205,183,146); }
td.TdClassName
{
border-color: #CDB792;
}
.TagClassName
{
border-color: #CDB792;
}
</style>