Html Css Color HEX #C9BBAC Grain Brown

📋 copy color: '#C9BBAC'

red 201 ◦ green 187 ◦ blue 172

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

Shades of Grain Brown #C9BBAC

Tints of Grain Brown #C9BBAC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.39%

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

R = 35.89%
G = 33.39%
B = 30.71%

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

#C9BBAC (or 0xC9BBAC) is known color: Grain Brown. HEX triplet: C9, BB and AC. RGB value is (201,187,172). Sum of RGB (Red+Green+Blue) = 201+187+172=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BBAC is #364453. Grayscale: #BDBDBD. Windows color (decimal): -3556436 or 11320265. OLE color: 11320265.

HSL color Cylindrical-coordinate representation of color #C9BBAC: hue angle of 31.03º 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 #C9BBAC is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 187 172 -
CMYK 0 0.07 0.14 0.21
HSL 31.03º 0.21% 0.73% -
HSV(B) 31.03º 0.14% 0.79% -
XYZ 49.3 50.94 46.26 -
YUV 189.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 201 187 172 0 0.07 0.14 0.21 31.03 0.21 0.73
Hex C9 BB AC 0 7 E 15 1F 15 49
Octal 311 273 254 0 7 16 25 37 25 111
Binary 11001001 10111011 10101100 0 111 1110 10101 11111 10101 1001001

Color Harmonies of #C9BBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBAC

Black with #C9BBAC

Text Example


Text Example

White with #C9BBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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