Shades of Grain Brown #CDB8A8
Tints of Grain Brown #CDB8A8
RGB
CMYK
RGB Variations
Color information
#CDB8A8 (or 0xCDB8A8) is known color: Grain Brown. HEX triplet: CD, B8 and A8. RGB value is (205,184,168). Sum of RGB (Red+Green+Blue) = 205+184+168=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB8A8 is #324757. Grayscale: #BCBCBC. Windows color (decimal): -3295064 or 11057357. OLE color: 11057357.
HSL color Cylindrical-coordinate representation of color #CDB8A8: hue angle of 25.95º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDB8A8 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 168 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.20 |
| HSL | 25.95º | 0.27% | 0.73% | - |
| HSV(B) | 25.95º | 0.18% | 0.8% | - |
| XYZ | 49.39 | 50.09 | 44.11 | - |
| YUV | 188.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 168 | 0 | 0.10 | 0.18 | 0.20 | 25.95 | 0.27 | 0.73 |
| Hex | CD | B8 | A8 | 0 | A | 12 | 14 | 1A | 1B | 49 |
| Octal | 315 | 270 | 250 | 0 | 12 | 22 | 24 | 32 | 33 | 111 |
| Binary | 11001101 | 10111000 | 10101000 | 0 | 1010 | 10010 | 10100 | 11010 | 11011 | 1001001 |
Color Harmonies of #CDB8A8
Complementary color
Monochromatic Colors of #CDB8A8
Black with #CDB8A8
Text Example
Text Example
White with #CDB8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB8A8; }
p { color: rgb(205,184,168); }
H1.HeaderClassName
{
color: #CDB8A8;
}
.AnyTagClassName
{
color: #CDB8A8;
}
</style>
background-color css
<style>
a { background-color: #CDB8A8; }
a { background-color: rgb(205,184,168); }
div.DivClassName
{
background-color: #CDB8A8;
}
.BgClassName
{
background-color: #CDB8A8;
}
</style>
border-color css
<style>
span { border-color: #CDB8A8; }
span { border-color: rgb(205,184,168); }
td.TdClassName
{
border-color: #CDB8A8;
}
.TagClassName
{
border-color: #CDB8A8;
}
</style>