Shades of Grain Brown #CDBAAB
Tints of Grain Brown #CDBAAB
RGB
CMYK
RGB Variations
Color information
#CDBAAB (or 0xCDBAAB) is known color: Grain Brown. HEX triplet: CD, BA and AB. RGB value is (205,186,171). Sum of RGB (Red+Green+Blue) = 205+186+171=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBAAB is #324554. Grayscale: #BEBEBE. Windows color (decimal): -3294549 or 11254477. OLE color: 11254477.
HSL color Cylindrical-coordinate representation of color #CDBAAB: hue angle of 26.47º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDBAAB is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 186 | 171 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.20 |
| HSL | 26.47º | 0.25% | 0.74% | - |
| HSV(B) | 26.47º | 0.17% | 0.8% | - |
| XYZ | 50.09 | 51.04 | 45.74 | - |
| YUV | 189.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 171 | 0 | 0.09 | 0.17 | 0.20 | 26.47 | 0.25 | 0.74 |
| Hex | CD | BA | AB | 0 | 9 | 11 | 14 | 1A | 19 | 4A |
| Octal | 315 | 272 | 253 | 0 | 11 | 21 | 24 | 32 | 31 | 112 |
| Binary | 11001101 | 10111010 | 10101011 | 0 | 1001 | 10001 | 10100 | 11010 | 11001 | 1001010 |
Color Harmonies of #CDBAAB
Complementary color
Monochromatic Colors of #CDBAAB
Black with #CDBAAB
Text Example
Text Example
White with #CDBAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBAAB; }
p { color: rgb(205,186,171); }
H1.HeaderClassName
{
color: #CDBAAB;
}
.AnyTagClassName
{
color: #CDBAAB;
}
</style>
background-color css
<style>
a { background-color: #CDBAAB; }
a { background-color: rgb(205,186,171); }
div.DivClassName
{
background-color: #CDBAAB;
}
.BgClassName
{
background-color: #CDBAAB;
}
</style>
border-color css
<style>
span { border-color: #CDBAAB; }
span { border-color: rgb(205,186,171); }
td.TdClassName
{
border-color: #CDBAAB;
}
.TagClassName
{
border-color: #CDBAAB;
}
</style>