Shades of Tan #CDB88E
Tints of Tan #CDB88E
RGB
CMYK
RGB Variations
Color information
#CDB88E (or 0xCDB88E) is known color: Tan. HEX triplet: CD, B8 and 8E. RGB value is (205,184,142). Sum of RGB (Red+Green+Blue) = 205+184+142=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB88E is #324771. Grayscale: #B9B9B9. Windows color (decimal): -3295090 or 9353421. OLE color: 9353421.
HSL color Cylindrical-coordinate representation of color #CDB88E: hue angle of 40º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDB88E is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 142 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.20 |
| HSL | 40º | 0.39% | 0.68% | - |
| HSV(B) | 40º | 0.31% | 0.8% | - |
| XYZ | 47.2 | 49.21 | 32.6 | - |
| YUV | 185.49 | 103.46 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 142 | 0 | 0.10 | 0.31 | 0.20 | 40 | 0.39 | 0.68 |
| Hex | CD | B8 | 8E | 0 | A | 1F | 14 | 28 | 27 | 44 |
| Octal | 315 | 270 | 216 | 0 | 12 | 37 | 24 | 50 | 47 | 104 |
| Binary | 11001101 | 10111000 | 10001110 | 0 | 1010 | 11111 | 10100 | 101000 | 100111 | 1000100 |
Color Harmonies of #CDB88E
Complementary color
Monochromatic Colors of #CDB88E
Black with #CDB88E
Text Example
Text Example
White with #CDB88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB88E; }
p { color: rgb(205,184,142); }
H1.HeaderClassName
{
color: #CDB88E;
}
.AnyTagClassName
{
color: #CDB88E;
}
</style>
background-color css
<style>
a { background-color: #CDB88E; }
a { background-color: rgb(205,184,142); }
div.DivClassName
{
background-color: #CDB88E;
}
.BgClassName
{
background-color: #CDB88E;
}
</style>
border-color css
<style>
span { border-color: #CDB88E; }
span { border-color: rgb(205,184,142); }
td.TdClassName
{
border-color: #CDB88E;
}
.TagClassName
{
border-color: #CDB88E;
}
</style>