Shades of Grain Brown #CCB7A8
Tints of Grain Brown #CCB7A8
RGB
CMYK
RGB Variations
Color information
#CCB7A8 (or 0xCCB7A8) is known color: Grain Brown. HEX triplet: CC, B7 and A8. RGB value is (204,183,168). Sum of RGB (Red+Green+Blue) = 204+183+168=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB7A8 is #334857. Grayscale: #BBBBBB. Windows color (decimal): -3360856 or 11057100. OLE color: 11057100.
HSL color Cylindrical-coordinate representation of color #CCB7A8: hue angle of 25º degrees, saturation: 0.26, 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 #CCB7A8 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 183 | 168 | - |
CMYK | 0 | 0.10 | 0.18 | 0.2 |
HSL | 25º | 0.26% | 0.73% | - |
HSV(B) | 25º | 0.18% | 0.8% | - |
XYZ | 48.9 | 49.53 | 44.03 | - |
YUV | 187.57 | 116.96 | 139.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 183 | 168 | 0 | 0.10 | 0.18 | 0.2 | 25 | 0.26 | 0.73 |
Hex | CC | B7 | A8 | 0 | A | 12 | 14 | 19 | 1A | 49 |
Octal | 314 | 267 | 250 | 0 | 12 | 22 | 24 | 31 | 32 | 111 |
Binary | 11001100 | 10110111 | 10101000 | 0 | 1010 | 10010 | 10100 | 11001 | 11010 | 1001001 |
Color Harmonies of #CCB7A8
Complementary color
Monochromatic Colors of #CCB7A8
Black with #CCB7A8
Text Example
Text Example
White with #CCB7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7A8; }
p { color: rgb(204,183,168); }
H1.HeaderClassName
{
color: #CCB7A8;
}
.AnyTagClassName
{
color: #CCB7A8;
}
</style>
background-color css
<style>
a { background-color: #CCB7A8; }
a { background-color: rgb(204,183,168); }
div.DivClassName
{
background-color: #CCB7A8;
}
.BgClassName
{
background-color: #CCB7A8;
}
</style>
border-color css
<style>
span { border-color: #CCB7A8; }
span { border-color: rgb(204,183,168); }
td.TdClassName
{
border-color: #CCB7A8;
}
.TagClassName
{
border-color: #CCB7A8;
}
</style>