#C7BAAC

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

Shades of Grain Brown #C7BAAC

Tints of Grain Brown #C7BAAC

Color information

#C7BAAC (or 0xC7BAAC) is unknown color: approx Grain Brown. HEX triplet: C7, BA and AC. RGB value is (199,186,172). Sum of RGB (Red+Green+Blue) = 199+186+172=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BAAC is #384553. Grayscale: #BCBCBC. Windows color (decimal): -3687764 or 11320007. OLE color: 11320007.

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

Color convert

RGB199186172-
CMYK00.070.140.22
HSL31.11º19.42%72.75%-
HSV(B)31.11º13.57%78.04%-
XYZ48.5650.2446.17-
YUV188.29118.81135.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.73%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 172 (67.58% from 255) = 30.88%
R=35.73%
G=33.39%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918617200.070.140.2231.1119.4272.75
HexC7BAAC07E161f1349
Octal3072722540716263723111
Binary110001111011101010101100011111101011011111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BAAC; }

 p { color: rgb(199,186,172); }

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

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

 a { background-color: rgb(199,186,172); }

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

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

 span { border-color: rgb(199,186,172); }

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