Shades of Tan #CDB48B
Tints of Tan #CDB48B
RGB
CMYK
RGB Variations
Color information
#CDB48B (or 0xCDB48B) is known color: Tan. HEX triplet: CD, B4 and 8B. RGB value is (205,180,139). Sum of RGB (Red+Green+Blue) = 205+180+139=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB48B is #324B74. Grayscale: #B6B6B6. Windows color (decimal): -3296117 or 9155789. OLE color: 9155789.
HSL color Cylindrical-coordinate representation of color #CDB48B: hue angle of 37.27º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDB48B is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 139 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.20 |
| HSL | 37.27º | 0.4% | 0.67% | - |
| HSV(B) | 37.27º | 0.32% | 0.8% | - |
| XYZ | 46.16 | 47.49 | 31.16 | - |
| YUV | 182.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 139 | 0 | 0.12 | 0.32 | 0.20 | 37.27 | 0.4 | 0.67 |
| Hex | CD | B4 | 8B | 0 | C | 20 | 14 | 25 | 28 | 43 |
| Octal | 315 | 264 | 213 | 0 | 14 | 40 | 24 | 45 | 50 | 103 |
| Binary | 11001101 | 10110100 | 10001011 | 0 | 1100 | 100000 | 10100 | 100101 | 101000 | 1000011 |
Color Harmonies of #CDB48B
Complementary color
Monochromatic Colors of #CDB48B
Black with #CDB48B
Text Example
Text Example
White with #CDB48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB48B; }
p { color: rgb(205,180,139); }
H1.HeaderClassName
{
color: #CDB48B;
}
.AnyTagClassName
{
color: #CDB48B;
}
</style>
background-color css
<style>
a { background-color: #CDB48B; }
a { background-color: rgb(205,180,139); }
div.DivClassName
{
background-color: #CDB48B;
}
.BgClassName
{
background-color: #CDB48B;
}
</style>
border-color css
<style>
span { border-color: #CDB48B; }
span { border-color: rgb(205,180,139); }
td.TdClassName
{
border-color: #CDB48B;
}
.TagClassName
{
border-color: #CDB48B;
}
</style>