Shades of Tan #CDB68F
Tints of Tan #CDB68F
RGB
CMYK
RGB Variations
Color information
#CDB68F (or 0xCDB68F) is known color: Tan. HEX triplet: CD, B6 and 8F. RGB value is (205,182,143). Sum of RGB (Red+Green+Blue) = 205+182+143=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB68F is #324970. Grayscale: #B8B8B8. Windows color (decimal): -3295601 or 9418445. OLE color: 9418445.
HSL color Cylindrical-coordinate representation of color #CDB68F: hue angle of 37.74º 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 #CDB68F is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 143 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.20 |
| HSL | 37.74º | 0.38% | 0.68% | - |
| HSV(B) | 37.74º | 0.3% | 0.8% | - |
| XYZ | 46.86 | 48.42 | 32.86 | - |
| YUV | 184.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 143 | 0 | 0.11 | 0.30 | 0.20 | 37.74 | 0.38 | 0.68 |
| Hex | CD | B6 | 8F | 0 | B | 1E | 14 | 26 | 26 | 44 |
| Octal | 315 | 266 | 217 | 0 | 13 | 36 | 24 | 46 | 46 | 104 |
| Binary | 11001101 | 10110110 | 10001111 | 0 | 1011 | 11110 | 10100 | 100110 | 100110 | 1000100 |
Color Harmonies of #CDB68F
Complementary color
Monochromatic Colors of #CDB68F
Black with #CDB68F
Text Example
Text Example
White with #CDB68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB68F; }
p { color: rgb(205,182,143); }
H1.HeaderClassName
{
color: #CDB68F;
}
.AnyTagClassName
{
color: #CDB68F;
}
</style>
background-color css
<style>
a { background-color: #CDB68F; }
a { background-color: rgb(205,182,143); }
div.DivClassName
{
background-color: #CDB68F;
}
.BgClassName
{
background-color: #CDB68F;
}
</style>
border-color css
<style>
span { border-color: #CDB68F; }
span { border-color: rgb(205,182,143); }
td.TdClassName
{
border-color: #CDB68F;
}
.TagClassName
{
border-color: #CDB68F;
}
</style>