Html Css Color HEX #C9BBAD Grain Brown

📋 copy color: '#C9BBAD'

red 201 ◦ green 187 ◦ blue 173

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

Shades of Grain Brown #C9BBAD

Tints of Grain Brown #C9BBAD

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 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

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

RGB 201 187 173 -
CMYK 0 0.07 0.14 0.21
HSL 30º 0.21% 0.73% -
HSV(B) 30º 0.14% 0.79% -
XYZ 49.4 50.98 46.77 -
YUV 189.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 201 187 173 0 0.07 0.14 0.21 30 0.21 0.73
Hex C9 BB AD 0 7 E 15 1E 15 49
Octal 311 273 255 0 7 16 25 36 25 111
Binary 11001001 10111011 10101101 0 111 1110 10101 11110 10101 1001001

Color Harmonies of #C9BBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBAD

Black with #C9BBAD

Text Example


Text Example

White with #C9BBAD

Text Example


Text Example

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