#C8BAA7

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

Shades of Grain Brown #C8BAA7

Tints of Grain Brown #C8BAA7

Color information

#C8BAA7 (or 0xC8BAA7) is unknown color: approx Grain Brown. HEX triplet: C8, BA and A7. RGB value is (200,186,167). Sum of RGB (Red+Green+Blue) = 200+186+167=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 167 (65.62% from 255 or 30.20% from 553); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BAA7 is #374558. Grayscale: #BCBCBC. Windows color (decimal): -3622233 or 10992328. OLE color: 10992328.

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

Color convert

RGB200186167-
CMYK00.070.160.22
HSL34.55º23.08%71.96%-
HSV(B)34.55º16.5%78.43%-
XYZ48.3550.1943.7-
YUV188.02116.14136.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.17%
GREEN value IS 186 (73.05% from 255) = 33.63%
BLUE value IS 167 (65.62% from 255) = 30.20%
R=36.17%
G=33.63%
B=30.20%

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
Decimal20018616700.070.160.2234.5523.0871.96
HexC8BAA7071016231748
Octal3102722470720264327110
Binary11001000101110101010011101111000010110100011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BAA7; }

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

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

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

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

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

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

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

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