Shades of Tan #CDB88C
Tints of Tan #CDB88C
RGB
CMYK
RGB Variations
Color information
#CDB88C (or 0xCDB88C) is known color: Tan. HEX triplet: CD, B8 and 8C. RGB value is (205,184,140). Sum of RGB (Red+Green+Blue) = 205+184+140=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB88C is #324773. Grayscale: #B9B9B9. Windows color (decimal): -3295092 or 9222349. OLE color: 9222349.
HSL color Cylindrical-coordinate representation of color #CDB88C: hue angle of 40.62º 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 #CDB88C is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 140 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.20 |
| HSL | 40.62º | 0.39% | 0.68% | - |
| HSV(B) | 40.62º | 0.32% | 0.8% | - |
| XYZ | 47.05 | 49.15 | 31.82 | - |
| YUV | 185.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 140 | 0 | 0.10 | 0.32 | 0.20 | 40.62 | 0.39 | 0.68 |
| Hex | CD | B8 | 8C | 0 | A | 20 | 14 | 29 | 27 | 44 |
| Octal | 315 | 270 | 214 | 0 | 12 | 40 | 24 | 51 | 47 | 104 |
| Binary | 11001101 | 10111000 | 10001100 | 0 | 1010 | 100000 | 10100 | 101001 | 100111 | 1000100 |
Color Harmonies of #CDB88C
Complementary color
Monochromatic Colors of #CDB88C
Black with #CDB88C
Text Example
Text Example
White with #CDB88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB88C; }
p { color: rgb(205,184,140); }
H1.HeaderClassName
{
color: #CDB88C;
}
.AnyTagClassName
{
color: #CDB88C;
}
</style>
background-color css
<style>
a { background-color: #CDB88C; }
a { background-color: rgb(205,184,140); }
div.DivClassName
{
background-color: #CDB88C;
}
.BgClassName
{
background-color: #CDB88C;
}
</style>
border-color css
<style>
span { border-color: #CDB88C; }
span { border-color: rgb(205,184,140); }
td.TdClassName
{
border-color: #CDB88C;
}
.TagClassName
{
border-color: #CDB88C;
}
</style>