Shades of Tan #CDB38C
Tints of Tan #CDB38C
RGB
CMYK
RGB Variations
Color information
#CDB38C (or 0xCDB38C) is known color: Tan. HEX triplet: CD, B3 and 8C. RGB value is (205,179,140). Sum of RGB (Red+Green+Blue) = 205+179+140=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB38C is #324C73. Grayscale: #B6B6B6. Windows color (decimal): -3296372 or 9221069. OLE color: 9221069.
HSL color Cylindrical-coordinate representation of color #CDB38C: hue angle of 36º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDB38C is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 140 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.20 |
| HSL | 36º | 0.39% | 0.68% | - |
| HSV(B) | 36º | 0.32% | 0.8% | - |
| XYZ | 46.03 | 47.11 | 31.48 | - |
| YUV | 182.33 | 104.11 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 140 | 0 | 0.13 | 0.32 | 0.20 | 36 | 0.39 | 0.68 |
| Hex | CD | B3 | 8C | 0 | D | 20 | 14 | 24 | 27 | 44 |
| Octal | 315 | 263 | 214 | 0 | 15 | 40 | 24 | 44 | 47 | 104 |
| Binary | 11001101 | 10110011 | 10001100 | 0 | 1101 | 100000 | 10100 | 100100 | 100111 | 1000100 |
Color Harmonies of #CDB38C
Complementary color
Monochromatic Colors of #CDB38C
Black with #CDB38C
Text Example
Text Example
White with #CDB38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB38C; }
p { color: rgb(205,179,140); }
H1.HeaderClassName
{
color: #CDB38C;
}
.AnyTagClassName
{
color: #CDB38C;
}
</style>
background-color css
<style>
a { background-color: #CDB38C; }
a { background-color: rgb(205,179,140); }
div.DivClassName
{
background-color: #CDB38C;
}
.BgClassName
{
background-color: #CDB38C;
}
</style>
border-color css
<style>
span { border-color: #CDB38C; }
span { border-color: rgb(205,179,140); }
td.TdClassName
{
border-color: #CDB38C;
}
.TagClassName
{
border-color: #CDB38C;
}
</style>