Html Css Color HEX #C8BAAC Grain Brown

📋 copy color: '#C8BAAC'

red 200 ◦ green 186 ◦ blue 172

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

Shades of Grain Brown #C8BAAC

Tints of Grain Brown #C8BAAC

RGB

 RED value IS 200 (78.52% from 255) = 35.84%

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

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

R = 35.84%
G = 33.33%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C8BAAC (or 0xC8BAAC) is known color: Grain Brown. HEX triplet: C8, BA and AC. RGB value is (200,186,172). Sum of RGB (Red+Green+Blue) = 200+186+172=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BAAC is #374553. Grayscale: #BCBCBC. Windows color (decimal): -3622228 or 11320008. OLE color: 11320008.

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

Color convert

RGB 200 186 172 -
CMYK 0 0.07 0.14 0.22
HSL 30º 0.2% 0.73% -
HSV(B) 30º 0.14% 0.78% -
XYZ 48.82 50.38 46.18 -
YUV 188.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 200 186 172 0 0.07 0.14 0.22 30 0.2 0.73
Hex C8 BA AC 0 7 E 16 1E 14 49
Octal 310 272 254 0 7 16 26 36 24 111
Binary 11001000 10111010 10101100 0 111 1110 10110 11110 10100 1001001

Color Harmonies of #C8BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BAAC

Black with #C8BAAC

Text Example


Text Example

White with #C8BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BAAC; }

 p { color: rgb(200,186,172); }

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

background-color css

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

 a { background-color: rgb(200,186,172); }

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

border-color css

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

 span { border-color: rgb(200,186,172); }

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