Shades of Tan #CDB08A
Tints of Tan #CDB08A
RGB
CMYK
RGB Variations
Color information
#CDB08A (or 0xCDB08A) is known color: Tan. HEX triplet: CD, B0 and 8A. RGB value is (205,176,138). Sum of RGB (Red+Green+Blue) = 205+176+138=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB08A is #324F75. Grayscale: #B4B4B4. Windows color (decimal): -3297142 or 9089229. OLE color: 9089229.
HSL color Cylindrical-coordinate representation of color #CDB08A: hue angle of 34.03º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDB08A is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 138 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.20 |
| HSL | 34.03º | 0.4% | 0.67% | - |
| HSV(B) | 34.03º | 0.33% | 0.8% | - |
| XYZ | 45.29 | 45.86 | 30.51 | - |
| YUV | 180.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 138 | 0 | 0.14 | 0.33 | 0.20 | 34.03 | 0.4 | 0.67 |
| Hex | CD | B0 | 8A | 0 | E | 21 | 14 | 22 | 28 | 43 |
| Octal | 315 | 260 | 212 | 0 | 16 | 41 | 24 | 42 | 50 | 103 |
| Binary | 11001101 | 10110000 | 10001010 | 0 | 1110 | 100001 | 10100 | 100010 | 101000 | 1000011 |
Color Harmonies of #CDB08A
Complementary color
Monochromatic Colors of #CDB08A
Black with #CDB08A
Text Example
Text Example
White with #CDB08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB08A; }
p { color: rgb(205,176,138); }
H1.HeaderClassName
{
color: #CDB08A;
}
.AnyTagClassName
{
color: #CDB08A;
}
</style>
background-color css
<style>
a { background-color: #CDB08A; }
a { background-color: rgb(205,176,138); }
div.DivClassName
{
background-color: #CDB08A;
}
.BgClassName
{
background-color: #CDB08A;
}
</style>
border-color css
<style>
span { border-color: #CDB08A; }
span { border-color: rgb(205,176,138); }
td.TdClassName
{
border-color: #CDB08A;
}
.TagClassName
{
border-color: #CDB08A;
}
</style>