Shades of Tan #CDB48C
Tints of Tan #CDB48C
RGB
CMYK
RGB Variations
Color information
#CDB48C (or 0xCDB48C) is known color: Tan. HEX triplet: CD, B4 and 8C. RGB value is (205,180,140). Sum of RGB (Red+Green+Blue) = 205+180+140=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB48C is #324B73. Grayscale: #B7B7B7. Windows color (decimal): -3296116 or 9221325. OLE color: 9221325.
HSL color Cylindrical-coordinate representation of color #CDB48C: hue angle of 36.92º 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 #CDB48C is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 140 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.20 |
| HSL | 36.92º | 0.39% | 0.68% | - |
| HSV(B) | 36.92º | 0.32% | 0.8% | - |
| XYZ | 46.23 | 47.52 | 31.55 | - |
| YUV | 182.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 140 | 0 | 0.12 | 0.32 | 0.20 | 36.92 | 0.39 | 0.68 |
| Hex | CD | B4 | 8C | 0 | C | 20 | 14 | 25 | 27 | 44 |
| Octal | 315 | 264 | 214 | 0 | 14 | 40 | 24 | 45 | 47 | 104 |
| Binary | 11001101 | 10110100 | 10001100 | 0 | 1100 | 100000 | 10100 | 100101 | 100111 | 1000100 |
Color Harmonies of #CDB48C
Complementary color
Monochromatic Colors of #CDB48C
Black with #CDB48C
Text Example
Text Example
White with #CDB48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB48C; }
p { color: rgb(205,180,140); }
H1.HeaderClassName
{
color: #CDB48C;
}
.AnyTagClassName
{
color: #CDB48C;
}
</style>
background-color css
<style>
a { background-color: #CDB48C; }
a { background-color: rgb(205,180,140); }
div.DivClassName
{
background-color: #CDB48C;
}
.BgClassName
{
background-color: #CDB48C;
}
</style>
border-color css
<style>
span { border-color: #CDB48C; }
span { border-color: rgb(205,180,140); }
td.TdClassName
{
border-color: #CDB48C;
}
.TagClassName
{
border-color: #CDB48C;
}
</style>