Shades of Tan #CDB089
Tints of Tan #CDB089
RGB
CMYK
RGB Variations
Color information
#CDB089 (or 0xCDB089) is known color: Tan. HEX triplet: CD, B0 and 89. RGB value is (205,176,137). Sum of RGB (Red+Green+Blue) = 205+176+137=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 137 (53.91% from 255 or 26.45% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB089 is #324F76. Grayscale: #B4B4B4. Windows color (decimal): -3297143 or 9023693. OLE color: 9023693.
HSL color Cylindrical-coordinate representation of color #CDB089: hue angle of 34.41º 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 #CDB089 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 137 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.20 |
| HSL | 34.41º | 0.4% | 0.67% | - |
| HSV(B) | 34.41º | 0.33% | 0.8% | - |
| XYZ | 45.22 | 45.84 | 30.13 | - |
| YUV | 180.23 | 103.61 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 137 | 0 | 0.14 | 0.33 | 0.20 | 34.41 | 0.4 | 0.67 |
| Hex | CD | B0 | 89 | 0 | E | 21 | 14 | 22 | 28 | 43 |
| Octal | 315 | 260 | 211 | 0 | 16 | 41 | 24 | 42 | 50 | 103 |
| Binary | 11001101 | 10110000 | 10001001 | 0 | 1110 | 100001 | 10100 | 100010 | 101000 | 1000011 |
Color Harmonies of #CDB089
Complementary color
Monochromatic Colors of #CDB089
Black with #CDB089
Text Example
Text Example
White with #CDB089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB089; }
p { color: rgb(205,176,137); }
H1.HeaderClassName
{
color: #CDB089;
}
.AnyTagClassName
{
color: #CDB089;
}
</style>
background-color css
<style>
a { background-color: #CDB089; }
a { background-color: rgb(205,176,137); }
div.DivClassName
{
background-color: #CDB089;
}
.BgClassName
{
background-color: #CDB089;
}
</style>
border-color css
<style>
span { border-color: #CDB089; }
span { border-color: rgb(205,176,137); }
td.TdClassName
{
border-color: #CDB089;
}
.TagClassName
{
border-color: #CDB089;
}
</style>