Shades of Grain Brown #CDB9AA
Tints of Grain Brown #CDB9AA
RGB
CMYK
RGB Variations
Color information
#CDB9AA (or 0xCDB9AA) is known color: Grain Brown. HEX triplet: CD, B9 and AA. RGB value is (205,185,170). Sum of RGB (Red+Green+Blue) = 205+185+170=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB9AA is #324655. Grayscale: #BDBDBD. Windows color (decimal): -3294806 or 11188685. OLE color: 11188685.
HSL color Cylindrical-coordinate representation of color #CDB9AA: hue angle of 25.71º 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 #CDB9AA is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 170 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.20 |
| HSL | 25.71º | 0.26% | 0.74% | - |
| HSV(B) | 25.71º | 0.17% | 0.8% | - |
| XYZ | 49.78 | 50.58 | 45.17 | - |
| YUV | 189.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 170 | 0 | 0.10 | 0.17 | 0.20 | 25.71 | 0.26 | 0.74 |
| Hex | CD | B9 | AA | 0 | A | 11 | 14 | 1A | 1A | 4A |
| Octal | 315 | 271 | 252 | 0 | 12 | 21 | 24 | 32 | 32 | 112 |
| Binary | 11001101 | 10111001 | 10101010 | 0 | 1010 | 10001 | 10100 | 11010 | 11010 | 1001010 |
Color Harmonies of #CDB9AA
Complementary color
Monochromatic Colors of #CDB9AA
Black with #CDB9AA
Text Example
Text Example
White with #CDB9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB9AA; }
p { color: rgb(205,185,170); }
H1.HeaderClassName
{
color: #CDB9AA;
}
.AnyTagClassName
{
color: #CDB9AA;
}
</style>
background-color css
<style>
a { background-color: #CDB9AA; }
a { background-color: rgb(205,185,170); }
div.DivClassName
{
background-color: #CDB9AA;
}
.BgClassName
{
background-color: #CDB9AA;
}
</style>
border-color css
<style>
span { border-color: #CDB9AA; }
span { border-color: rgb(205,185,170); }
td.TdClassName
{
border-color: #CDB9AA;
}
.TagClassName
{
border-color: #CDB9AA;
}
</style>