Shades of Grain Brown #CDBAAA
Tints of Grain Brown #CDBAAA
RGB
CMYK
RGB Variations
Color information
#CDBAAA (or 0xCDBAAA) is known color: Grain Brown. HEX triplet: CD, BA and AA. RGB value is (205,186,170). Sum of RGB (Red+Green+Blue) = 205+186+170=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBAAA is #324555. Grayscale: #BDBDBD. Windows color (decimal): -3294550 or 11188941. OLE color: 11188941.
HSL color Cylindrical-coordinate representation of color #CDBAAA: hue angle of 27.43º degrees, saturation: 0.26, 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 #CDBAAA is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 186 | 170 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.20 |
| HSL | 27.43º | 0.26% | 0.74% | - |
| HSV(B) | 27.43º | 0.17% | 0.8% | - |
| XYZ | 49.99 | 51 | 45.24 | - |
| YUV | 189.86 | 116.79 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 170 | 0 | 0.09 | 0.17 | 0.20 | 27.43 | 0.26 | 0.74 |
| Hex | CD | BA | AA | 0 | 9 | 11 | 14 | 1B | 1A | 4A |
| Octal | 315 | 272 | 252 | 0 | 11 | 21 | 24 | 33 | 32 | 112 |
| Binary | 11001101 | 10111010 | 10101010 | 0 | 1001 | 10001 | 10100 | 11011 | 11010 | 1001010 |
Color Harmonies of #CDBAAA
Complementary color
Monochromatic Colors of #CDBAAA
Black with #CDBAAA
Text Example
Text Example
White with #CDBAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBAAA; }
p { color: rgb(205,186,170); }
H1.HeaderClassName
{
color: #CDBAAA;
}
.AnyTagClassName
{
color: #CDBAAA;
}
</style>
background-color css
<style>
a { background-color: #CDBAAA; }
a { background-color: rgb(205,186,170); }
div.DivClassName
{
background-color: #CDBAAA;
}
.BgClassName
{
background-color: #CDBAAA;
}
</style>
border-color css
<style>
span { border-color: #CDBAAA; }
span { border-color: rgb(205,186,170); }
td.TdClassName
{
border-color: #CDBAAA;
}
.TagClassName
{
border-color: #CDBAAA;
}
</style>