Shades of Tan #CDB188
Tints of Tan #CDB188
RGB
CMYK
RGB Variations
Color information
#CDB188 (or 0xCDB188) is known color: Tan. HEX triplet: CD, B1 and 88. RGB value is (205,177,136). Sum of RGB (Red+Green+Blue) = 205+177+136=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB188 is #324E77. Grayscale: #B4B4B4. Windows color (decimal): -3296888 or 8958413. OLE color: 8958413.
HSL color Cylindrical-coordinate representation of color #CDB188: hue angle of 35.65º 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 #CDB188 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 136 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.20 |
| HSL | 35.65º | 0.41% | 0.67% | - |
| HSV(B) | 35.65º | 0.34% | 0.8% | - |
| XYZ | 45.34 | 46.2 | 29.82 | - |
| YUV | 180.7 | 102.78 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 136 | 0 | 0.14 | 0.34 | 0.20 | 35.65 | 0.41 | 0.67 |
| Hex | CD | B1 | 88 | 0 | E | 22 | 14 | 24 | 29 | 43 |
| Octal | 315 | 261 | 210 | 0 | 16 | 42 | 24 | 44 | 51 | 103 |
| Binary | 11001101 | 10110001 | 10001000 | 0 | 1110 | 100010 | 10100 | 100100 | 101001 | 1000011 |
Color Harmonies of #CDB188
Complementary color
Monochromatic Colors of #CDB188
Black with #CDB188
Text Example
Text Example
White with #CDB188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB188; }
p { color: rgb(205,177,136); }
H1.HeaderClassName
{
color: #CDB188;
}
.AnyTagClassName
{
color: #CDB188;
}
</style>
background-color css
<style>
a { background-color: #CDB188; }
a { background-color: rgb(205,177,136); }
div.DivClassName
{
background-color: #CDB188;
}
.BgClassName
{
background-color: #CDB188;
}
</style>
border-color css
<style>
span { border-color: #CDB188; }
span { border-color: rgb(205,177,136); }
td.TdClassName
{
border-color: #CDB188;
}
.TagClassName
{
border-color: #CDB188;
}
</style>