Shades of Tan #CDB488
Tints of Tan #CDB488
RGB
CMYK
RGB Variations
Color information
#CDB488 (or 0xCDB488) is known color: Tan. HEX triplet: CD, B4 and 88. RGB value is (205,180,136). Sum of RGB (Red+Green+Blue) = 205+180+136=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB488 is #324B77. Grayscale: #B6B6B6. Windows color (decimal): -3296120 or 8959181. OLE color: 8959181.
HSL color Cylindrical-coordinate representation of color #CDB488: hue angle of 38.26º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDB488 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 136 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.20 |
| HSL | 38.26º | 0.41% | 0.67% | - |
| HSV(B) | 38.26º | 0.34% | 0.8% | - |
| XYZ | 45.94 | 47.4 | 30.02 | - |
| YUV | 182.46 | 101.78 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 136 | 0 | 0.12 | 0.34 | 0.20 | 38.26 | 0.41 | 0.67 |
| Hex | CD | B4 | 88 | 0 | C | 22 | 14 | 26 | 29 | 43 |
| Octal | 315 | 264 | 210 | 0 | 14 | 42 | 24 | 46 | 51 | 103 |
| Binary | 11001101 | 10110100 | 10001000 | 0 | 1100 | 100010 | 10100 | 100110 | 101001 | 1000011 |
Color Harmonies of #CDB488
Complementary color
Monochromatic Colors of #CDB488
Black with #CDB488
Text Example
Text Example
White with #CDB488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB488; }
p { color: rgb(205,180,136); }
H1.HeaderClassName
{
color: #CDB488;
}
.AnyTagClassName
{
color: #CDB488;
}
</style>
background-color css
<style>
a { background-color: #CDB488; }
a { background-color: rgb(205,180,136); }
div.DivClassName
{
background-color: #CDB488;
}
.BgClassName
{
background-color: #CDB488;
}
</style>
border-color css
<style>
span { border-color: #CDB488; }
span { border-color: rgb(205,180,136); }
td.TdClassName
{
border-color: #CDB488;
}
.TagClassName
{
border-color: #CDB488;
}
</style>