#C8BAA9

Color #C8BAA9 Grain Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grain Brown #C8BAA9

Tints of Grain Brown #C8BAA9

Color information

#C8BAA9 (or 0xC8BAA9) is unknown color: approx Grain Brown. HEX triplet: C8, BA and A9. RGB value is (200,186,169). Sum of RGB (Red+Green+Blue) = 200+186+169=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 169 (66.41% from 255 or 30.45% from 555); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BAA9 is #374556. Grayscale: #BCBCBC. Windows color (decimal): -3622231 or 11123400. OLE color: 11123400.

HSL color Cylindrical-coordinate representation of color #C8BAA9: hue angle of 32.9º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8BAA9 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB200186169-
CMYK00.070.160.22
HSL32.9º21.99%72.35%-
HSV(B)32.9º15.5%78.43%-
XYZ48.5450.2644.68-
YUV188.25117.14136.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 36.04%
GREEN value IS 186 (73.05% from 255) = 33.51%
BLUE value IS 169 (66.41% from 255) = 30.45%
R=36.04%
G=33.51%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018616900.070.160.2232.921.9972.35
HexC8BAA9071016211648
Octal3102722510720264126110
Binary11001000101110101010100101111000010110100001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BAA9; }

 p { color: rgb(200,186,169); }

 H1.HeaderClassName
 {
   color: #C8BAA9;
 }
 .AnyTagClassName
 {
   color: #C8BAA9;
 }
</style>
background-color css

<style>
 a { background-color: #C8BAA9; }

 a { background-color: rgb(200,186,169); }

 div.DivClassName
 {
   background-color: #C8BAA9;
 }
 .BgClassName
 {
   background-color: #C8BAA9;
 }
</style>
border-color css

<style>
 span { border-color: #C8BAA9; }

 span { border-color: rgb(200,186,169); }

 td.TdClassName
 {
   border-color: #C8BAA9;
 }
 .TagClassName
 {
   border-color: #C8BAA9;
 }
</style>