Shades of Tan #CDB690
Tints of Tan #CDB690
RGB
CMYK
RGB Variations
Color information
#CDB690 (or 0xCDB690) is known color: Tan. HEX triplet: CD, B6 and 90. RGB value is (205,182,144). Sum of RGB (Red+Green+Blue) = 205+182+144=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB690 is #32496F. Grayscale: #B8B8B8. Windows color (decimal): -3295600 or 9483981. OLE color: 9483981.
HSL color Cylindrical-coordinate representation of color #CDB690: hue angle of 37.38º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDB690 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 144 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.20 |
| HSL | 37.38º | 0.38% | 0.68% | - |
| HSV(B) | 37.38º | 0.3% | 0.8% | - |
| XYZ | 46.94 | 48.45 | 33.26 | - |
| YUV | 184.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 144 | 0 | 0.11 | 0.30 | 0.20 | 37.38 | 0.38 | 0.68 |
| Hex | CD | B6 | 90 | 0 | B | 1E | 14 | 25 | 26 | 44 |
| Octal | 315 | 266 | 220 | 0 | 13 | 36 | 24 | 45 | 46 | 104 |
| Binary | 11001101 | 10110110 | 10010000 | 0 | 1011 | 11110 | 10100 | 100101 | 100110 | 1000100 |
Color Harmonies of #CDB690
Complementary color
Monochromatic Colors of #CDB690
Black with #CDB690
Text Example
Text Example
White with #CDB690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB690; }
p { color: rgb(205,182,144); }
H1.HeaderClassName
{
color: #CDB690;
}
.AnyTagClassName
{
color: #CDB690;
}
</style>
background-color css
<style>
a { background-color: #CDB690; }
a { background-color: rgb(205,182,144); }
div.DivClassName
{
background-color: #CDB690;
}
.BgClassName
{
background-color: #CDB690;
}
</style>
border-color css
<style>
span { border-color: #CDB690; }
span { border-color: rgb(205,182,144); }
td.TdClassName
{
border-color: #CDB690;
}
.TagClassName
{
border-color: #CDB690;
}
</style>