Shades of Grain Brown #CDB5A1
Tints of Grain Brown #CDB5A1
RGB
CMYK
RGB Variations
Color information
#CDB5A1 (or 0xCDB5A1) is known color: Grain Brown. HEX triplet: CD, B5 and A1. RGB value is (205,181,161). Sum of RGB (Red+Green+Blue) = 205+181+161=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB5A1 is #324A5E. Grayscale: #BABABA. Windows color (decimal): -3295839 or 10597837. OLE color: 10597837.
HSL color Cylindrical-coordinate representation of color #CDB5A1: hue angle of 27.27º 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 #CDB5A1 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 161 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.20 |
| HSL | 27.27º | 0.31% | 0.72% | - |
| HSV(B) | 27.27º | 0.21% | 0.8% | - |
| XYZ | 48.13 | 48.6 | 40.56 | - |
| YUV | 185.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 161 | 0 | 0.12 | 0.21 | 0.20 | 27.27 | 0.31 | 0.72 |
| Hex | CD | B5 | A1 | 0 | C | 15 | 14 | 1B | 1F | 48 |
| Octal | 315 | 265 | 241 | 0 | 14 | 25 | 24 | 33 | 37 | 110 |
| Binary | 11001101 | 10110101 | 10100001 | 0 | 1100 | 10101 | 10100 | 11011 | 11111 | 1001000 |
Color Harmonies of #CDB5A1
Complementary color
Monochromatic Colors of #CDB5A1
Black with #CDB5A1
Text Example
Text Example
White with #CDB5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5A1; }
p { color: rgb(205,181,161); }
H1.HeaderClassName
{
color: #CDB5A1;
}
.AnyTagClassName
{
color: #CDB5A1;
}
</style>
background-color css
<style>
a { background-color: #CDB5A1; }
a { background-color: rgb(205,181,161); }
div.DivClassName
{
background-color: #CDB5A1;
}
.BgClassName
{
background-color: #CDB5A1;
}
</style>
border-color css
<style>
span { border-color: #CDB5A1; }
span { border-color: rgb(205,181,161); }
td.TdClassName
{
border-color: #CDB5A1;
}
.TagClassName
{
border-color: #CDB5A1;
}
</style>