Shades of Grain Brown #CCB5A4
Tints of Grain Brown #CCB5A4
RGB
CMYK
RGB Variations
Color information
#CCB5A4 (or 0xCCB5A4) is known color: Grain Brown. HEX triplet: CC, B5 and A4. RGB value is (204,181,164). Sum of RGB (Red+Green+Blue) = 204+181+164=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB5A4 is #334A5B. Grayscale: #BABABA. Windows color (decimal): -3361372 or 10794444. OLE color: 10794444.
HSL color Cylindrical-coordinate representation of color #CCB5A4: hue angle of 25.5º degrees, saturation: 0.28, 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 #CCB5A4 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 164 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.2 |
| HSL | 25.5º | 0.28% | 0.72% | - |
| HSV(B) | 25.5º | 0.2% | 0.8% | - |
| XYZ | 48.13 | 48.57 | 41.96 | - |
| YUV | 185.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 164 | 0 | 0.11 | 0.20 | 0.2 | 25.5 | 0.28 | 0.72 |
| Hex | CC | B5 | A4 | 0 | B | 14 | 14 | 1A | 1C | 48 |
| Octal | 314 | 265 | 244 | 0 | 13 | 24 | 24 | 32 | 34 | 110 |
| Binary | 11001100 | 10110101 | 10100100 | 0 | 1011 | 10100 | 10100 | 11010 | 11100 | 1001000 |
Color Harmonies of #CCB5A4
Complementary color
Monochromatic Colors of #CCB5A4
Black with #CCB5A4
Text Example
Text Example
White with #CCB5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB5A4; }
p { color: rgb(204,181,164); }
H1.HeaderClassName
{
color: #CCB5A4;
}
.AnyTagClassName
{
color: #CCB5A4;
}
</style>
background-color css
<style>
a { background-color: #CCB5A4; }
a { background-color: rgb(204,181,164); }
div.DivClassName
{
background-color: #CCB5A4;
}
.BgClassName
{
background-color: #CCB5A4;
}
</style>
border-color css
<style>
span { border-color: #CCB5A4; }
span { border-color: rgb(204,181,164); }
td.TdClassName
{
border-color: #CCB5A4;
}
.TagClassName
{
border-color: #CCB5A4;
}
</style>