Shades of Tan #CDB791
Tints of Tan #CDB791
RGB
CMYK
RGB Variations
Color information
#CDB791 (or 0xCDB791) is known color: Tan. HEX triplet: CD, B7 and 91. RGB value is (205,183,145). Sum of RGB (Red+Green+Blue) = 205+183+145=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB791 is #32486E. Grayscale: #B9B9B9. Windows color (decimal): -3295343 or 9549773. OLE color: 9549773.
HSL color Cylindrical-coordinate representation of color #CDB791: hue angle of 38º degrees, saturation: 0.38, 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 #CDB791 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 145 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.20 |
| HSL | 38º | 0.38% | 0.69% | - |
| HSV(B) | 38º | 0.29% | 0.8% | - |
| XYZ | 47.22 | 48.89 | 33.74 | - |
| YUV | 185.25 | 105.29 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 145 | 0 | 0.11 | 0.29 | 0.20 | 38 | 0.38 | 0.69 |
| Hex | CD | B7 | 91 | 0 | B | 1D | 14 | 26 | 26 | 45 |
| Octal | 315 | 267 | 221 | 0 | 13 | 35 | 24 | 46 | 46 | 105 |
| Binary | 11001101 | 10110111 | 10010001 | 0 | 1011 | 11101 | 10100 | 100110 | 100110 | 1000101 |
Color Harmonies of #CDB791
Complementary color
Monochromatic Colors of #CDB791
Black with #CDB791
Text Example
Text Example
White with #CDB791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB791; }
p { color: rgb(205,183,145); }
H1.HeaderClassName
{
color: #CDB791;
}
.AnyTagClassName
{
color: #CDB791;
}
</style>
background-color css
<style>
a { background-color: #CDB791; }
a { background-color: rgb(205,183,145); }
div.DivClassName
{
background-color: #CDB791;
}
.BgClassName
{
background-color: #CDB791;
}
</style>
border-color css
<style>
span { border-color: #CDB791; }
span { border-color: rgb(205,183,145); }
td.TdClassName
{
border-color: #CDB791;
}
.TagClassName
{
border-color: #CDB791;
}
</style>