Shades of Grain Brown #CDB7A1
Tints of Grain Brown #CDB7A1
RGB
CMYK
RGB Variations
Color information
#CDB7A1 (or 0xCDB7A1) is known color: Grain Brown. HEX triplet: CD, B7 and A1. RGB value is (205,183,161). Sum of RGB (Red+Green+Blue) = 205+183+161=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 161 (63.28% from 255 or 29.33% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB7A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB7A1 is #32485E. Grayscale: #BBBBBB. Windows color (decimal): -3295327 or 10598349. OLE color: 10598349.
HSL color Cylindrical-coordinate representation of color #CDB7A1: hue angle of 30º 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 #CDB7A1 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 161 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.20 |
| HSL | 30º | 0.31% | 0.72% | - |
| HSV(B) | 30º | 0.21% | 0.8% | - |
| XYZ | 48.54 | 49.42 | 40.7 | - |
| YUV | 187.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 161 | 0 | 0.11 | 0.21 | 0.20 | 30 | 0.31 | 0.72 |
| Hex | CD | B7 | A1 | 0 | B | 15 | 14 | 1E | 1F | 48 |
| Octal | 315 | 267 | 241 | 0 | 13 | 25 | 24 | 36 | 37 | 110 |
| Binary | 11001101 | 10110111 | 10100001 | 0 | 1011 | 10101 | 10100 | 11110 | 11111 | 1001000 |
Color Harmonies of #CDB7A1
Complementary color
Monochromatic Colors of #CDB7A1
Black with #CDB7A1
Text Example
Text Example
White with #CDB7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB7A1; }
p { color: rgb(205,183,161); }
H1.HeaderClassName
{
color: #CDB7A1;
}
.AnyTagClassName
{
color: #CDB7A1;
}
</style>
background-color css
<style>
a { background-color: #CDB7A1; }
a { background-color: rgb(205,183,161); }
div.DivClassName
{
background-color: #CDB7A1;
}
.BgClassName
{
background-color: #CDB7A1;
}
</style>
border-color css
<style>
span { border-color: #CDB7A1; }
span { border-color: rgb(205,183,161); }
td.TdClassName
{
border-color: #CDB7A1;
}
.TagClassName
{
border-color: #CDB7A1;
}
</style>