Shades of Grain Brown #CDB6A1
Tints of Grain Brown #CDB6A1
RGB
CMYK
RGB Variations
Color information
#CDB6A1 (or 0xCDB6A1) is known color: Grain Brown. HEX triplet: CD, B6 and A1. RGB value is (205,182,161). Sum of RGB (Red+Green+Blue) = 205+182+161=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 161 (63.28% from 255 or 29.38% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB6A1 is #32495E. Grayscale: #BABABA. Windows color (decimal): -3295583 or 10598093. OLE color: 10598093.
HSL color Cylindrical-coordinate representation of color #CDB6A1: hue angle of 28.64º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDB6A1 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 161 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.20 |
| HSL | 28.64º | 0.31% | 0.72% | - |
| HSV(B) | 28.64º | 0.21% | 0.8% | - |
| XYZ | 48.34 | 49.01 | 40.63 | - |
| YUV | 186.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 161 | 0 | 0.11 | 0.21 | 0.20 | 28.64 | 0.31 | 0.72 |
| Hex | CD | B6 | A1 | 0 | B | 15 | 14 | 1D | 1F | 48 |
| Octal | 315 | 266 | 241 | 0 | 13 | 25 | 24 | 35 | 37 | 110 |
| Binary | 11001101 | 10110110 | 10100001 | 0 | 1011 | 10101 | 10100 | 11101 | 11111 | 1001000 |
Color Harmonies of #CDB6A1
Complementary color
Monochromatic Colors of #CDB6A1
Black with #CDB6A1
Text Example
Text Example
White with #CDB6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB6A1; }
p { color: rgb(205,182,161); }
H1.HeaderClassName
{
color: #CDB6A1;
}
.AnyTagClassName
{
color: #CDB6A1;
}
</style>
background-color css
<style>
a { background-color: #CDB6A1; }
a { background-color: rgb(205,182,161); }
div.DivClassName
{
background-color: #CDB6A1;
}
.BgClassName
{
background-color: #CDB6A1;
}
</style>
border-color css
<style>
span { border-color: #CDB6A1; }
span { border-color: rgb(205,182,161); }
td.TdClassName
{
border-color: #CDB6A1;
}
.TagClassName
{
border-color: #CDB6A1;
}
</style>