Html Css Color HEX #C9BBAB Grain Brown

📋 copy color: '#C9BBAB'

red 201 ◦ green 187 ◦ blue 171

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

Shades of Grain Brown #C9BBAB

Tints of Grain Brown #C9BBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.59%

R = 35.96%
G = 33.45%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C9BBAB (or 0xC9BBAB) is known color: Grain Brown. HEX triplet: C9, BB and AB. RGB value is (201,187,171). Sum of RGB (Red+Green+Blue) = 201+187+171=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BBAB is #364454. Grayscale: #BDBDBD. Windows color (decimal): -3556437 or 11254729. OLE color: 11254729.

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

Color convert

RGB 201 187 171 -
CMYK 0 0.07 0.15 0.21
HSL 32º 0.22% 0.73% -
HSV(B) 32º 0.15% 0.79% -
XYZ 49.21 50.9 45.76 -
YUV 189.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 201 187 171 0 0.07 0.15 0.21 32 0.22 0.73
Hex C9 BB AB 0 7 F 15 20 16 49
Octal 311 273 253 0 7 17 25 40 26 111
Binary 11001001 10111011 10101011 0 111 1111 10101 100000 10110 1001001

Color Harmonies of #C9BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBAB

Black with #C9BBAB

Text Example


Text Example

White with #C9BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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