Shades of Grain Brown #CDB9A0
Tints of Grain Brown #CDB9A0
RGB
CMYK
RGB Variations
Color information
#CDB9A0 (or 0xCDB9A0) is known color: Grain Brown. HEX triplet: CD, B9 and A0. RGB value is (205,185,160). Sum of RGB (Red+Green+Blue) = 205+185+160=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB9A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB9A0 is #32465F. Grayscale: #BCBCBC. Windows color (decimal): -3294816 or 10533325. OLE color: 10533325.
HSL color Cylindrical-coordinate representation of color #CDB9A0: hue angle of 33.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDB9A0 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 160 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.20 |
| HSL | 33.33º | 0.31% | 0.72% | - |
| HSV(B) | 33.33º | 0.22% | 0.8% | - |
| XYZ | 48.87 | 50.22 | 40.37 | - |
| YUV | 188.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 160 | 0 | 0.10 | 0.22 | 0.20 | 33.33 | 0.31 | 0.72 |
| Hex | CD | B9 | A0 | 0 | A | 16 | 14 | 21 | 1F | 48 |
| Octal | 315 | 271 | 240 | 0 | 12 | 26 | 24 | 41 | 37 | 110 |
| Binary | 11001101 | 10111001 | 10100000 | 0 | 1010 | 10110 | 10100 | 100001 | 11111 | 1001000 |
Color Harmonies of #CDB9A0
Complementary color
Monochromatic Colors of #CDB9A0
Black with #CDB9A0
Text Example
Text Example
White with #CDB9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB9A0; }
p { color: rgb(205,185,160); }
H1.HeaderClassName
{
color: #CDB9A0;
}
.AnyTagClassName
{
color: #CDB9A0;
}
</style>
background-color css
<style>
a { background-color: #CDB9A0; }
a { background-color: rgb(205,185,160); }
div.DivClassName
{
background-color: #CDB9A0;
}
.BgClassName
{
background-color: #CDB9A0;
}
</style>
border-color css
<style>
span { border-color: #CDB9A0; }
span { border-color: rgb(205,185,160); }
td.TdClassName
{
border-color: #CDB9A0;
}
.TagClassName
{
border-color: #CDB9A0;
}
</style>