Shades of Tan #CDB08B
Tints of Tan #CDB08B
RGB
CMYK
RGB Variations
Color information
#CDB08B (or 0xCDB08B) is known color: Tan. HEX triplet: CD, B0 and 8B. RGB value is (205,176,139). Sum of RGB (Red+Green+Blue) = 205+176+139=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB08B is #324F74. Grayscale: #B4B4B4. Windows color (decimal): -3297141 or 9154765. OLE color: 9154765.
HSL color Cylindrical-coordinate representation of color #CDB08B: hue angle of 33.64º 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 #CDB08B is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 139 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.20 |
| HSL | 33.64º | 0.4% | 0.67% | - |
| HSV(B) | 33.64º | 0.32% | 0.8% | - |
| XYZ | 45.36 | 45.89 | 30.89 | - |
| YUV | 180.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 139 | 0 | 0.14 | 0.32 | 0.20 | 33.64 | 0.4 | 0.67 |
| Hex | CD | B0 | 8B | 0 | E | 20 | 14 | 22 | 28 | 43 |
| Octal | 315 | 260 | 213 | 0 | 16 | 40 | 24 | 42 | 50 | 103 |
| Binary | 11001101 | 10110000 | 10001011 | 0 | 1110 | 100000 | 10100 | 100010 | 101000 | 1000011 |
Color Harmonies of #CDB08B
Complementary color
Monochromatic Colors of #CDB08B
Black with #CDB08B
Text Example
Text Example
White with #CDB08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB08B; }
p { color: rgb(205,176,139); }
H1.HeaderClassName
{
color: #CDB08B;
}
.AnyTagClassName
{
color: #CDB08B;
}
</style>
background-color css
<style>
a { background-color: #CDB08B; }
a { background-color: rgb(205,176,139); }
div.DivClassName
{
background-color: #CDB08B;
}
.BgClassName
{
background-color: #CDB08B;
}
</style>
border-color css
<style>
span { border-color: #CDB08B; }
span { border-color: rgb(205,176,139); }
td.TdClassName
{
border-color: #CDB08B;
}
.TagClassName
{
border-color: #CDB08B;
}
</style>