Shades of Tan #CDB48A
Tints of Tan #CDB48A
RGB
CMYK
RGB Variations
Color information
#CDB48A (or 0xCDB48A) is known color: Tan. HEX triplet: CD, B4 and 8A. RGB value is (205,180,138). Sum of RGB (Red+Green+Blue) = 205+180+138=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB48A is #324B75. Grayscale: #B6B6B6. Windows color (decimal): -3296118 or 9090253. OLE color: 9090253.
HSL color Cylindrical-coordinate representation of color #CDB48A: hue angle of 37.61º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDB48A is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 138 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.20 |
| HSL | 37.61º | 0.4% | 0.67% | - |
| HSV(B) | 37.61º | 0.33% | 0.8% | - |
| XYZ | 46.09 | 47.46 | 30.78 | - |
| YUV | 182.69 | 102.78 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 138 | 0 | 0.12 | 0.33 | 0.20 | 37.61 | 0.4 | 0.67 |
| Hex | CD | B4 | 8A | 0 | C | 21 | 14 | 26 | 28 | 43 |
| Octal | 315 | 264 | 212 | 0 | 14 | 41 | 24 | 46 | 50 | 103 |
| Binary | 11001101 | 10110100 | 10001010 | 0 | 1100 | 100001 | 10100 | 100110 | 101000 | 1000011 |
Color Harmonies of #CDB48A
Complementary color
Monochromatic Colors of #CDB48A
Black with #CDB48A
Text Example
Text Example
White with #CDB48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB48A; }
p { color: rgb(205,180,138); }
H1.HeaderClassName
{
color: #CDB48A;
}
.AnyTagClassName
{
color: #CDB48A;
}
</style>
background-color css
<style>
a { background-color: #CDB48A; }
a { background-color: rgb(205,180,138); }
div.DivClassName
{
background-color: #CDB48A;
}
.BgClassName
{
background-color: #CDB48A;
}
</style>
border-color css
<style>
span { border-color: #CDB48A; }
span { border-color: rgb(205,180,138); }
td.TdClassName
{
border-color: #CDB48A;
}
.TagClassName
{
border-color: #CDB48A;
}
</style>