Shades of Grain Brown #CDB6A2
Tints of Grain Brown #CDB6A2
RGB
CMYK
RGB Variations
Color information
#CDB6A2 (or 0xCDB6A2) is known color: Grain Brown. HEX triplet: CD, B6 and A2. RGB value is (205,182,162). Sum of RGB (Red+Green+Blue) = 205+182+162=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 162 (63.67% from 255 or 29.51% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB6A2 is #32495D. Grayscale: #BABABA. Windows color (decimal): -3295582 or 10663629. OLE color: 10663629.
HSL color Cylindrical-coordinate representation of color #CDB6A2: hue angle of 27.91º degrees, saturation: 0.3, 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 #CDB6A2 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 162 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.20 |
| HSL | 27.91º | 0.3% | 0.72% | - |
| HSV(B) | 27.91º | 0.21% | 0.8% | - |
| XYZ | 48.43 | 49.04 | 41.1 | - |
| YUV | 186.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 162 | 0 | 0.11 | 0.21 | 0.20 | 27.91 | 0.3 | 0.72 |
| Hex | CD | B6 | A2 | 0 | B | 15 | 14 | 1C | 1E | 48 |
| Octal | 315 | 266 | 242 | 0 | 13 | 25 | 24 | 34 | 36 | 110 |
| Binary | 11001101 | 10110110 | 10100010 | 0 | 1011 | 10101 | 10100 | 11100 | 11110 | 1001000 |
Color Harmonies of #CDB6A2
Complementary color
Monochromatic Colors of #CDB6A2
Black with #CDB6A2
Text Example
Text Example
White with #CDB6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB6A2; }
p { color: rgb(205,182,162); }
H1.HeaderClassName
{
color: #CDB6A2;
}
.AnyTagClassName
{
color: #CDB6A2;
}
</style>
background-color css
<style>
a { background-color: #CDB6A2; }
a { background-color: rgb(205,182,162); }
div.DivClassName
{
background-color: #CDB6A2;
}
.BgClassName
{
background-color: #CDB6A2;
}
</style>
border-color css
<style>
span { border-color: #CDB6A2; }
span { border-color: rgb(205,182,162); }
td.TdClassName
{
border-color: #CDB6A2;
}
.TagClassName
{
border-color: #CDB6A2;
}
</style>