Shades of Grain Brown #CDB5A3
Tints of Grain Brown #CDB5A3
RGB
CMYK
RGB Variations
Color information
#CDB5A3 (or 0xCDB5A3) is known color: Grain Brown. HEX triplet: CD, B5 and A3. RGB value is (205,181,163). Sum of RGB (Red+Green+Blue) = 205+181+163=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 163 (64.06% from 255 or 29.69% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB5A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB5A3 is #324A5C. Grayscale: #BABABA. Windows color (decimal): -3295837 or 10728909. OLE color: 10728909.
HSL color Cylindrical-coordinate representation of color #CDB5A3: hue angle of 25.71º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDB5A3 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 163 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.20 |
| HSL | 25.71º | 0.3% | 0.72% | - |
| HSV(B) | 25.71º | 0.2% | 0.8% | - |
| XYZ | 48.31 | 48.67 | 41.5 | - |
| YUV | 186.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 163 | 0 | 0.12 | 0.20 | 0.20 | 25.71 | 0.3 | 0.72 |
| Hex | CD | B5 | A3 | 0 | C | 14 | 14 | 1A | 1E | 48 |
| Octal | 315 | 265 | 243 | 0 | 14 | 24 | 24 | 32 | 36 | 110 |
| Binary | 11001101 | 10110101 | 10100011 | 0 | 1100 | 10100 | 10100 | 11010 | 11110 | 1001000 |
Color Harmonies of #CDB5A3
Complementary color
Monochromatic Colors of #CDB5A3
Black with #CDB5A3
Text Example
Text Example
White with #CDB5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5A3; }
p { color: rgb(205,181,163); }
H1.HeaderClassName
{
color: #CDB5A3;
}
.AnyTagClassName
{
color: #CDB5A3;
}
</style>
background-color css
<style>
a { background-color: #CDB5A3; }
a { background-color: rgb(205,181,163); }
div.DivClassName
{
background-color: #CDB5A3;
}
.BgClassName
{
background-color: #CDB5A3;
}
</style>
border-color css
<style>
span { border-color: #CDB5A3; }
span { border-color: rgb(205,181,163); }
td.TdClassName
{
border-color: #CDB5A3;
}
.TagClassName
{
border-color: #CDB5A3;
}
</style>