Shades of Tan #CDB788
Tints of Tan #CDB788
RGB
CMYK
RGB Variations
Color information
#CDB788 (or 0xCDB788) is known color: Tan. HEX triplet: CD, B7 and 88. RGB value is (205,183,136). Sum of RGB (Red+Green+Blue) = 205+183+136=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB788 is #324877. Grayscale: #B8B8B8. Windows color (decimal): -3295352 or 8959949. OLE color: 8959949.
HSL color Cylindrical-coordinate representation of color #CDB788: hue angle of 40.87º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDB788 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 136 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.20 |
| HSL | 40.87º | 0.41% | 0.67% | - |
| HSV(B) | 40.87º | 0.34% | 0.8% | - |
| XYZ | 46.55 | 48.62 | 30.22 | - |
| YUV | 184.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 136 | 0 | 0.11 | 0.34 | 0.20 | 40.87 | 0.41 | 0.67 |
| Hex | CD | B7 | 88 | 0 | B | 22 | 14 | 29 | 29 | 43 |
| Octal | 315 | 267 | 210 | 0 | 13 | 42 | 24 | 51 | 51 | 103 |
| Binary | 11001101 | 10110111 | 10001000 | 0 | 1011 | 100010 | 10100 | 101001 | 101001 | 1000011 |
Color Harmonies of #CDB788
Complementary color
Monochromatic Colors of #CDB788
Black with #CDB788
Text Example
Text Example
White with #CDB788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB788; }
p { color: rgb(205,183,136); }
H1.HeaderClassName
{
color: #CDB788;
}
.AnyTagClassName
{
color: #CDB788;
}
</style>
background-color css
<style>
a { background-color: #CDB788; }
a { background-color: rgb(205,183,136); }
div.DivClassName
{
background-color: #CDB788;
}
.BgClassName
{
background-color: #CDB788;
}
</style>
border-color css
<style>
span { border-color: #CDB788; }
span { border-color: rgb(205,183,136); }
td.TdClassName
{
border-color: #CDB788;
}
.TagClassName
{
border-color: #CDB788;
}
</style>