Html Css Color HEX #C8BBA6 Grain Brown

📋 copy color: '#C8BBA6'

red 200 ◦ green 187 ◦ blue 166

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

Shades of Grain Brown #C8BBA6

Tints of Grain Brown #C8BBA6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.82%

 BLUE value IS 166 (65.23% from 255) = 30.02%

R = 36.17%
G = 33.82%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C8BBA6 (or 0xC8BBA6) is known color: Grain Brown. HEX triplet: C8, BB and A6. RGB value is (200,187,166). Sum of RGB (Red+Green+Blue) = 200+187+166=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BBA6 is #374459. Grayscale: #BCBCBC. Windows color (decimal): -3621978 or 10927048. OLE color: 10927048.

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

Color convert

RGB 200 187 166 -
CMYK 0 0.06 0.17 0.22
HSL 37.06º 0.24% 0.72% -
HSV(B) 37.06º 0.17% 0.78% -
XYZ 48.47 50.57 43.28 -
YUV 188.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 200 187 166 0 0.06 0.17 0.22 37.06 0.24 0.72
Hex C8 BB A6 0 6 11 16 25 18 48
Octal 310 273 246 0 6 21 26 45 30 110
Binary 11001000 10111011 10100110 0 110 10001 10110 100101 11000 1001000

Color Harmonies of #C8BBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BBA6

Black with #C8BBA6

Text Example


Text Example

White with #C8BBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BBA6; }

 p { color: rgb(200,187,166); }

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

background-color css

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

 a { background-color: rgb(200,187,166); }

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

border-color css

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

 span { border-color: rgb(200,187,166); }

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