Shades of Tan #CDB88B
Tints of Tan #CDB88B
RGB
CMYK
RGB Variations
Color information
#CDB88B (or 0xCDB88B) is known color: Tan. HEX triplet: CD, B8 and 8B. RGB value is (205,184,139). Sum of RGB (Red+Green+Blue) = 205+184+139=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB88B is #324774. Grayscale: #B9B9B9. Windows color (decimal): -3295093 or 9156813. OLE color: 9156813.
HSL color Cylindrical-coordinate representation of color #CDB88B: hue angle of 40.91º 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 #CDB88B is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 139 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.20 |
| HSL | 40.91º | 0.4% | 0.67% | - |
| HSV(B) | 40.91º | 0.32% | 0.8% | - |
| XYZ | 46.98 | 49.12 | 31.43 | - |
| YUV | 185.15 | 101.96 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 139 | 0 | 0.10 | 0.32 | 0.20 | 40.91 | 0.4 | 0.67 |
| Hex | CD | B8 | 8B | 0 | A | 20 | 14 | 29 | 28 | 43 |
| Octal | 315 | 270 | 213 | 0 | 12 | 40 | 24 | 51 | 50 | 103 |
| Binary | 11001101 | 10111000 | 10001011 | 0 | 1010 | 100000 | 10100 | 101001 | 101000 | 1000011 |
Color Harmonies of #CDB88B
Complementary color
Monochromatic Colors of #CDB88B
Black with #CDB88B
Text Example
Text Example
White with #CDB88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB88B; }
p { color: rgb(205,184,139); }
H1.HeaderClassName
{
color: #CDB88B;
}
.AnyTagClassName
{
color: #CDB88B;
}
</style>
background-color css
<style>
a { background-color: #CDB88B; }
a { background-color: rgb(205,184,139); }
div.DivClassName
{
background-color: #CDB88B;
}
.BgClassName
{
background-color: #CDB88B;
}
</style>
border-color css
<style>
span { border-color: #CDB88B; }
span { border-color: rgb(205,184,139); }
td.TdClassName
{
border-color: #CDB88B;
}
.TagClassName
{
border-color: #CDB88B;
}
</style>