Html Css Color HEX #C9BAAB Grain Brown

📋 copy color: '#C9BAAB'

red 201 ◦ green 186 ◦ blue 171

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

Shades of Grain Brown #C9BAAB

Tints of Grain Brown #C9BAAB

RGB

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

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

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

R = 36.02%
G = 33.33%
B = 30.65%

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

#C9BAAB (or 0xC9BAAB) is known color: Grain Brown. HEX triplet: C9, BA and AB. RGB value is (201,186,171). Sum of RGB (Red+Green+Blue) = 201+186+171=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BAAB is #364554. Grayscale: #BCBCBC. Windows color (decimal): -3556693 or 11254473. OLE color: 11254473.

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

Color convert

RGB 201 186 171 -
CMYK 0 0.07 0.15 0.21
HSL 30º 0.22% 0.73% -
HSV(B) 30º 0.15% 0.79% -
XYZ 49 50.48 45.69 -
YUV 188.78 117.97 136.72 -
System Red Green Blue C M Y K H S L
Decimal 201 186 171 0 0.07 0.15 0.21 30 0.22 0.73
Hex C9 BA AB 0 7 F 15 1E 16 49
Octal 311 272 253 0 7 17 25 36 26 111
Binary 11001001 10111010 10101011 0 111 1111 10101 11110 10110 1001001

Color Harmonies of #C9BAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BAAB

Black with #C9BAAB

Text Example


Text Example

White with #C9BAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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