Shades of Grain Brown #CDB7A6
Tints of Grain Brown #CDB7A6
RGB
CMYK
RGB Variations
Color information
#CDB7A6 (or 0xCDB7A6) is known color: Grain Brown. HEX triplet: CD, B7 and A6. RGB value is (205,183,166). Sum of RGB (Red+Green+Blue) = 205+183+166=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 166 (65.23% from 255 or 29.96% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB7A6 is #324859. Grayscale: #BBBBBB. Windows color (decimal): -3295322 or 10926029. OLE color: 10926029.
HSL color Cylindrical-coordinate representation of color #CDB7A6: hue angle of 26.15º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDB7A6 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 166 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.20 |
| HSL | 26.15º | 0.28% | 0.73% | - |
| HSV(B) | 26.15º | 0.19% | 0.8% | - |
| XYZ | 48.99 | 49.6 | 43.07 | - |
| YUV | 187.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 166 | 0 | 0.11 | 0.19 | 0.20 | 26.15 | 0.28 | 0.73 |
| Hex | CD | B7 | A6 | 0 | B | 13 | 14 | 1A | 1C | 49 |
| Octal | 315 | 267 | 246 | 0 | 13 | 23 | 24 | 32 | 34 | 111 |
| Binary | 11001101 | 10110111 | 10100110 | 0 | 1011 | 10011 | 10100 | 11010 | 11100 | 1001001 |
Color Harmonies of #CDB7A6
Complementary color
Monochromatic Colors of #CDB7A6
Black with #CDB7A6
Text Example
Text Example
White with #CDB7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB7A6; }
p { color: rgb(205,183,166); }
H1.HeaderClassName
{
color: #CDB7A6;
}
.AnyTagClassName
{
color: #CDB7A6;
}
</style>
background-color css
<style>
a { background-color: #CDB7A6; }
a { background-color: rgb(205,183,166); }
div.DivClassName
{
background-color: #CDB7A6;
}
.BgClassName
{
background-color: #CDB7A6;
}
</style>
border-color css
<style>
span { border-color: #CDB7A6; }
span { border-color: rgb(205,183,166); }
td.TdClassName
{
border-color: #CDB7A6;
}
.TagClassName
{
border-color: #CDB7A6;
}
</style>