Shades of Tan #CDB189
Tints of Tan #CDB189
RGB
CMYK
RGB Variations
Color information
#CDB189 (or 0xCDB189) is known color: Tan. HEX triplet: CD, B1 and 89. RGB value is (205,177,137). Sum of RGB (Red+Green+Blue) = 205+177+137=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 137 (53.91% from 255 or 26.40% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB189 is #324E76. Grayscale: #B5B5B5. Windows color (decimal): -3296887 or 9023949. OLE color: 9023949.
HSL color Cylindrical-coordinate representation of color #CDB189: hue angle of 35.29º 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 #CDB189 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 137 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.20 |
| HSL | 35.29º | 0.4% | 0.67% | - |
| HSV(B) | 35.29º | 0.33% | 0.8% | - |
| XYZ | 45.41 | 46.23 | 30.2 | - |
| YUV | 180.81 | 103.28 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 137 | 0 | 0.14 | 0.33 | 0.20 | 35.29 | 0.4 | 0.67 |
| Hex | CD | B1 | 89 | 0 | E | 21 | 14 | 23 | 28 | 43 |
| Octal | 315 | 261 | 211 | 0 | 16 | 41 | 24 | 43 | 50 | 103 |
| Binary | 11001101 | 10110001 | 10001001 | 0 | 1110 | 100001 | 10100 | 100011 | 101000 | 1000011 |
Color Harmonies of #CDB189
Complementary color
Monochromatic Colors of #CDB189
Black with #CDB189
Text Example
Text Example
White with #CDB189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB189; }
p { color: rgb(205,177,137); }
H1.HeaderClassName
{
color: #CDB189;
}
.AnyTagClassName
{
color: #CDB189;
}
</style>
background-color css
<style>
a { background-color: #CDB189; }
a { background-color: rgb(205,177,137); }
div.DivClassName
{
background-color: #CDB189;
}
.BgClassName
{
background-color: #CDB189;
}
</style>
border-color css
<style>
span { border-color: #CDB189; }
span { border-color: rgb(205,177,137); }
td.TdClassName
{
border-color: #CDB189;
}
.TagClassName
{
border-color: #CDB189;
}
</style>