Shades of Grain Brown #CDB8A4
Tints of Grain Brown #CDB8A4
RGB
CMYK
RGB Variations
Color information
#CDB8A4 (or 0xCDB8A4) is known color: Grain Brown. HEX triplet: CD, B8 and A4. RGB value is (205,184,164). Sum of RGB (Red+Green+Blue) = 205+184+164=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB8A4 is #32475B. Grayscale: #BCBCBC. Windows color (decimal): -3295068 or 10795213. OLE color: 10795213.
HSL color Cylindrical-coordinate representation of color #CDB8A4: hue angle of 29.27º degrees, saturation: 0.29, 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 #CDB8A4 is Cyan = 0, Magento = 0.10, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 184 | 164 | - |
CMYK | 0 | 0.10 | 0.2 | 0.20 |
HSL | 29.27º | 0.29% | 0.72% | - |
HSV(B) | 29.27º | 0.2% | 0.8% | - |
XYZ | 49.02 | 49.94 | 42.18 | - |
YUV | 188 | 114.46 | 140.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 184 | 164 | 0 | 0.10 | 0.2 | 0.20 | 29.27 | 0.29 | 0.72 |
Hex | CD | B8 | A4 | 0 | A | 14 | 14 | 1D | 1D | 48 |
Octal | 315 | 270 | 244 | 0 | 12 | 24 | 24 | 35 | 35 | 110 |
Binary | 11001101 | 10111000 | 10100100 | 0 | 1010 | 10100 | 10100 | 11101 | 11101 | 1001000 |
Color Harmonies of #CDB8A4
Complementary color
Monochromatic Colors of #CDB8A4
Black with #CDB8A4
Text Example
Text Example
White with #CDB8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB8A4; }
p { color: rgb(205,184,164); }
H1.HeaderClassName
{
color: #CDB8A4;
}
.AnyTagClassName
{
color: #CDB8A4;
}
</style>
background-color css
<style>
a { background-color: #CDB8A4; }
a { background-color: rgb(205,184,164); }
div.DivClassName
{
background-color: #CDB8A4;
}
.BgClassName
{
background-color: #CDB8A4;
}
</style>
border-color css
<style>
span { border-color: #CDB8A4; }
span { border-color: rgb(205,184,164); }
td.TdClassName
{
border-color: #CDB8A4;
}
.TagClassName
{
border-color: #CDB8A4;
}
</style>