Html Css Color HEX #C7BAAC Grain Brown

📋 copy color: '#C7BAAC'

red 199 ◦ green 186 ◦ blue 172

#C7BAAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grain Brown #C7BAAC

Tints of Grain Brown #C7BAAC

RGB

 RED value IS 199 (78.13% 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 value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C7BAAC (or 0xC7BAAC) is known color: 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

RGB 199 186 172 -
CMYK 0 0.07 0.14 0.22
HSL 31.11º 0.19% 0.73% -
HSV(B) 31.11º 0.14% 0.78% -
XYZ 48.56 50.24 46.17 -
YUV 188.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 199 186 172 0 0.07 0.14 0.22 31.11 0.19 0.73
Hex C7 BA AC 0 7 E 16 1F 13 49
Octal 307 272 254 0 7 16 26 37 23 111
Binary 11000111 10111010 10101100 0 111 1110 10110 11111 10011 1001001

Color Harmonies of #C7BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BAAC

Black with #C7BAAC

Text Example


Text Example

White with #C7BAAC

Text Example


Text Example

HTML Codes & Css Web 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>