Shades of Tan #CDB891
Tints of Tan #CDB891
RGB
CMYK
RGB Variations
Color information
#CDB891 (or 0xCDB891) is known color: Tan. HEX triplet: CD, B8 and 91. RGB value is (205,184,145). Sum of RGB (Red+Green+Blue) = 205+184+145=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB891 is #32476E. Grayscale: #BABABA. Windows color (decimal): -3295087 or 9550029. OLE color: 9550029.
HSL color Cylindrical-coordinate representation of color #CDB891: hue angle of 39º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDB891 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 145 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.20 |
| HSL | 39º | 0.38% | 0.69% | - |
| HSV(B) | 39º | 0.29% | 0.8% | - |
| XYZ | 47.43 | 49.3 | 33.81 | - |
| YUV | 185.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 145 | 0 | 0.10 | 0.29 | 0.20 | 39 | 0.38 | 0.69 |
| Hex | CD | B8 | 91 | 0 | A | 1D | 14 | 27 | 26 | 45 |
| Octal | 315 | 270 | 221 | 0 | 12 | 35 | 24 | 47 | 46 | 105 |
| Binary | 11001101 | 10111000 | 10010001 | 0 | 1010 | 11101 | 10100 | 100111 | 100110 | 1000101 |
Color Harmonies of #CDB891
Complementary color
Monochromatic Colors of #CDB891
Black with #CDB891
Text Example
Text Example
White with #CDB891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB891; }
p { color: rgb(205,184,145); }
H1.HeaderClassName
{
color: #CDB891;
}
.AnyTagClassName
{
color: #CDB891;
}
</style>
background-color css
<style>
a { background-color: #CDB891; }
a { background-color: rgb(205,184,145); }
div.DivClassName
{
background-color: #CDB891;
}
.BgClassName
{
background-color: #CDB891;
}
</style>
border-color css
<style>
span { border-color: #CDB891; }
span { border-color: rgb(205,184,145); }
td.TdClassName
{
border-color: #CDB891;
}
.TagClassName
{
border-color: #CDB891;
}
</style>