Shades of Tan #CDB78B
Tints of Tan #CDB78B
RGB
CMYK
RGB Variations
Color information
#CDB78B (or 0xCDB78B) is known color: Tan. HEX triplet: CD, B7 and 8B. RGB value is (205,183,139). Sum of RGB (Red+Green+Blue) = 205+183+139=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB78B is #324874. Grayscale: #B8B8B8. Windows color (decimal): -3295349 or 9156557. OLE color: 9156557.
HSL color Cylindrical-coordinate representation of color #CDB78B: hue angle of 40º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDB78B is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 139 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.20 |
| HSL | 40º | 0.4% | 0.67% | - |
| HSV(B) | 40º | 0.32% | 0.8% | - |
| XYZ | 46.77 | 48.71 | 31.36 | - |
| YUV | 184.56 | 102.29 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 139 | 0 | 0.11 | 0.32 | 0.20 | 40 | 0.4 | 0.67 |
| Hex | CD | B7 | 8B | 0 | B | 20 | 14 | 28 | 28 | 43 |
| Octal | 315 | 267 | 213 | 0 | 13 | 40 | 24 | 50 | 50 | 103 |
| Binary | 11001101 | 10110111 | 10001011 | 0 | 1011 | 100000 | 10100 | 101000 | 101000 | 1000011 |
Color Harmonies of #CDB78B
Complementary color
Monochromatic Colors of #CDB78B
Black with #CDB78B
Text Example
Text Example
White with #CDB78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB78B; }
p { color: rgb(205,183,139); }
H1.HeaderClassName
{
color: #CDB78B;
}
.AnyTagClassName
{
color: #CDB78B;
}
</style>
background-color css
<style>
a { background-color: #CDB78B; }
a { background-color: rgb(205,183,139); }
div.DivClassName
{
background-color: #CDB78B;
}
.BgClassName
{
background-color: #CDB78B;
}
</style>
border-color css
<style>
span { border-color: #CDB78B; }
span { border-color: rgb(205,183,139); }
td.TdClassName
{
border-color: #CDB78B;
}
.TagClassName
{
border-color: #CDB78B;
}
</style>