#C9BBAD

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

Shades of Grain Brown #C9BBAD

Tints of Grain Brown #C9BBAD

Color information

#C9BBAD (or 0xC9BBAD) is unknown color: approx Grain Brown. HEX triplet: C9, BB and AD. RGB value is (201,187,173). Sum of RGB (Red+Green+Blue) = 201+187+173=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BBAD is #364452. Grayscale: #BDBDBD. Windows color (decimal): -3556435 or 11385801. OLE color: 11385801.

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

Color convert

RGB201187173-
CMYK00.070.140.21
HSL30º20.59%73.33%-
HSV(B)30º13.93%78.82%-
XYZ49.450.9846.77-
YUV189.59118.64136.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.83%
GREEN value IS 187 (73.44% from 255) = 33.33%
BLUE value IS 173 (67.97% from 255) = 30.84%
R=35.83%
G=33.33%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118717300.070.140.213020.5973.33
HexC9BBAD07E151e1549
Octal3112732550716253625111
Binary110010011011101110101101011111101010111110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBAD; }

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

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

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

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

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

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

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

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