Shades of Tan #CDB48F
Tints of Tan #CDB48F
RGB
CMYK
RGB Variations
Color information
#CDB48F (or 0xCDB48F) is known color: Tan. HEX triplet: CD, B4 and 8F. RGB value is (205,180,143). Sum of RGB (Red+Green+Blue) = 205+180+143=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB48F is #324B70. Grayscale: #B7B7B7. Windows color (decimal): -3296113 or 9417933. OLE color: 9417933.
HSL color Cylindrical-coordinate representation of color #CDB48F: hue angle of 35.81º 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 #CDB48F is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 143 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.20 |
| HSL | 35.81º | 0.38% | 0.68% | - |
| HSV(B) | 35.81º | 0.3% | 0.8% | - |
| XYZ | 46.46 | 47.6 | 32.73 | - |
| YUV | 183.26 | 105.28 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 143 | 0 | 0.12 | 0.30 | 0.20 | 35.81 | 0.38 | 0.68 |
| Hex | CD | B4 | 8F | 0 | C | 1E | 14 | 24 | 26 | 44 |
| Octal | 315 | 264 | 217 | 0 | 14 | 36 | 24 | 44 | 46 | 104 |
| Binary | 11001101 | 10110100 | 10001111 | 0 | 1100 | 11110 | 10100 | 100100 | 100110 | 1000100 |
Color Harmonies of #CDB48F
Complementary color
Monochromatic Colors of #CDB48F
Black with #CDB48F
Text Example
Text Example
White with #CDB48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB48F; }
p { color: rgb(205,180,143); }
H1.HeaderClassName
{
color: #CDB48F;
}
.AnyTagClassName
{
color: #CDB48F;
}
</style>
background-color css
<style>
a { background-color: #CDB48F; }
a { background-color: rgb(205,180,143); }
div.DivClassName
{
background-color: #CDB48F;
}
.BgClassName
{
background-color: #CDB48F;
}
</style>
border-color css
<style>
span { border-color: #CDB48F; }
span { border-color: rgb(205,180,143); }
td.TdClassName
{
border-color: #CDB48F;
}
.TagClassName
{
border-color: #CDB48F;
}
</style>