#C8BAA4

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

Shades of Grain Brown #C8BAA4

Tints of Grain Brown #C8BAA4

Color information

#C8BAA4 (or 0xC8BAA4) is unknown color: approx Grain Brown. HEX triplet: C8, BA and A4. RGB value is (200,186,164). Sum of RGB (Red+Green+Blue) = 200+186+164=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 164 (64.45% from 255 or 29.82% from 550); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BAA4 is #37455B. Grayscale: #BBBBBB. Windows color (decimal): -3622236 or 10795720. OLE color: 10795720.

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

Color convert

RGB200186164-
CMYK00.070.180.22
HSL36.67º24.66%71.37%-
HSV(B)36.67º18%78.43%-
XYZ48.0850.0842.25-
YUV187.68114.64136.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.36%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 164 (64.45% from 255) = 29.82%
R=36.36%
G=33.82%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018616400.070.180.2236.6724.6671.37
HexC8BAA4071216251947
Octal3102722440722264531107
Binary11001000101110101010010001111001010110100101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BAA4; }

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

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

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

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

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

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

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

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