Html Css Color HEX #C9BAAC Grain Brown

📋 copy color: '#C9BAAC'

red 201 ◦ green 186 ◦ blue 172

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

Shades of Grain Brown #C9BAAC

Tints of Grain Brown #C9BAAC

RGB

 RED value IS 201 (78.91% from 255) = 35.96%

 GREEN value IS 186 (73.05% from 255) = 33.27%

 BLUE value IS 172 (67.58% from 255) = 30.77%

R = 35.96%
G = 33.27%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C9BAAC (or 0xC9BAAC) is known color: Grain Brown. HEX triplet: C9, BA and AC. RGB value is (201,186,172). Sum of RGB (Red+Green+Blue) = 201+186+172=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BAAC is #364553. Grayscale: #BCBCBC. Windows color (decimal): -3556692 or 11320009. OLE color: 11320009.

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

Color convert

RGB 201 186 172 -
CMYK 0 0.07 0.14 0.21
HSL 28.97º 0.21% 0.73% -
HSV(B) 28.97º 0.14% 0.79% -
XYZ 49.09 50.51 46.19 -
YUV 188.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 201 186 172 0 0.07 0.14 0.21 28.97 0.21 0.73
Hex C9 BA AC 0 7 E 15 1D 15 49
Octal 311 272 254 0 7 16 25 35 25 111
Binary 11001001 10111010 10101100 0 111 1110 10101 11101 10101 1001001

Color Harmonies of #C9BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BAAC

Black with #C9BAAC

Text Example


Text Example

White with #C9BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BAAC; }

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

 H1.HeaderClassName
 {
   color: #C9BAAC;
 }
 .AnyTagClassName
 {
   color: #C9BAAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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