Html Css Color HEX #C8BAA8 Grain Brown

📋 copy color: '#C8BAA8'

red 200 ◦ green 186 ◦ blue 168

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

Shades of Grain Brown #C8BAA8

Tints of Grain Brown #C8BAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.32%

R = 36.1%
G = 33.57%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C8BAA8 (or 0xC8BAA8) is known color: Grain Brown. HEX triplet: C8, BA and A8. RGB value is (200,186,168). Sum of RGB (Red+Green+Blue) = 200+186+168=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BAA8 is #374557. Grayscale: #BCBCBC. Windows color (decimal): -3622232 or 11057864. OLE color: 11057864.

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

Color convert

RGB 200 186 168 -
CMYK 0 0.07 0.16 0.22
HSL 33.75º 0.23% 0.72% -
HSV(B) 33.75º 0.16% 0.78% -
XYZ 48.45 50.22 44.19 -
YUV 188.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 200 186 168 0 0.07 0.16 0.22 33.75 0.23 0.72
Hex C8 BA A8 0 7 10 16 22 17 48
Octal 310 272 250 0 7 20 26 42 27 110
Binary 11001000 10111010 10101000 0 111 10000 10110 100010 10111 1001000

Color Harmonies of #C8BAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BAA8

Black with #C8BAA8

Text Example


Text Example

White with #C8BAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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