Shades of Tan #CDB88F
Tints of Tan #CDB88F
RGB
CMYK
RGB Variations
Color information
#CDB88F (or 0xCDB88F) is known color: Tan. HEX triplet: CD, B8 and 8F. RGB value is (205,184,143). Sum of RGB (Red+Green+Blue) = 205+184+143=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB88F is #324770. Grayscale: #B9B9B9. Windows color (decimal): -3295089 or 9418957. OLE color: 9418957.
HSL color Cylindrical-coordinate representation of color #CDB88F: hue angle of 39.68º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDB88F is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 143 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.20 |
| HSL | 39.68º | 0.38% | 0.68% | - |
| HSV(B) | 39.68º | 0.3% | 0.8% | - |
| XYZ | 47.28 | 49.24 | 33 | - |
| YUV | 185.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 143 | 0 | 0.10 | 0.30 | 0.20 | 39.68 | 0.38 | 0.68 |
| Hex | CD | B8 | 8F | 0 | A | 1E | 14 | 28 | 26 | 44 |
| Octal | 315 | 270 | 217 | 0 | 12 | 36 | 24 | 50 | 46 | 104 |
| Binary | 11001101 | 10111000 | 10001111 | 0 | 1010 | 11110 | 10100 | 101000 | 100110 | 1000100 |
Color Harmonies of #CDB88F
Complementary color
Monochromatic Colors of #CDB88F
Black with #CDB88F
Text Example
Text Example
White with #CDB88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB88F; }
p { color: rgb(205,184,143); }
H1.HeaderClassName
{
color: #CDB88F;
}
.AnyTagClassName
{
color: #CDB88F;
}
</style>
background-color css
<style>
a { background-color: #CDB88F; }
a { background-color: rgb(205,184,143); }
div.DivClassName
{
background-color: #CDB88F;
}
.BgClassName
{
background-color: #CDB88F;
}
</style>
border-color css
<style>
span { border-color: #CDB88F; }
span { border-color: rgb(205,184,143); }
td.TdClassName
{
border-color: #CDB88F;
}
.TagClassName
{
border-color: #CDB88F;
}
</style>