Shades of Grain Brown #CCBAA2
Tints of Grain Brown #CCBAA2
RGB
CMYK
RGB Variations
Color information
#CCBAA2 (or 0xCCBAA2) is known color: Grain Brown. HEX triplet: CC, BA and A2. RGB value is (204,186,162). Sum of RGB (Red+Green+Blue) = 204+186+162=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 162 (63.67% from 255 or 29.35% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBAA2 is #33455D. Grayscale: #BCBCBC. Windows color (decimal): -3360094 or 10664652. OLE color: 10664652.
HSL color Cylindrical-coordinate representation of color #CCBAA2: hue angle of 34.29º degrees, saturation: 0.29, 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 #CCBAA2 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 186 | 162 | - |
CMYK | 0 | 0.09 | 0.21 | 0.2 |
HSL | 34.29º | 0.29% | 0.72% | - |
HSV(B) | 34.29º | 0.21% | 0.8% | - |
XYZ | 48.98 | 50.56 | 41.36 | - |
YUV | 188.65 | 112.96 | 138.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 186 | 162 | 0 | 0.09 | 0.21 | 0.2 | 34.29 | 0.29 | 0.72 |
Hex | CC | BA | A2 | 0 | 9 | 15 | 14 | 22 | 1D | 48 |
Octal | 314 | 272 | 242 | 0 | 11 | 25 | 24 | 42 | 35 | 110 |
Binary | 11001100 | 10111010 | 10100010 | 0 | 1001 | 10101 | 10100 | 100010 | 11101 | 1001000 |
Color Harmonies of #CCBAA2
Complementary color
Monochromatic Colors of #CCBAA2
Black with #CCBAA2
Text Example
Text Example
White with #CCBAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAA2; }
p { color: rgb(204,186,162); }
H1.HeaderClassName
{
color: #CCBAA2;
}
.AnyTagClassName
{
color: #CCBAA2;
}
</style>
background-color css
<style>
a { background-color: #CCBAA2; }
a { background-color: rgb(204,186,162); }
div.DivClassName
{
background-color: #CCBAA2;
}
.BgClassName
{
background-color: #CCBAA2;
}
</style>
border-color css
<style>
span { border-color: #CCBAA2; }
span { border-color: rgb(204,186,162); }
td.TdClassName
{
border-color: #CCBAA2;
}
.TagClassName
{
border-color: #CCBAA2;
}
</style>