Html Css Color HEX #C5B9A6 Grain Brown

📋 copy color: '#C5B9A6'

red 197 ◦ green 185 ◦ blue 166

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

Shades of Grain Brown #C5B9A6

Tints of Grain Brown #C5B9A6

RGB

 RED value IS 197 (77.34% from 255) = 35.95%

 GREEN value IS 185 (72.66% from 255) = 33.76%

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

R = 35.95%
G = 33.76%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C5B9A6 (or 0xC5B9A6) is known color: Grain Brown. HEX triplet: C5, B9 and A6. RGB value is (197,185,166). Sum of RGB (Red+Green+Blue) = 197+185+166=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 166 (65.23% from 255 or 30.29% from 548); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B9A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B9A6 is #3A4659. Grayscale: #BABABA. Windows color (decimal): -3819098 or 10926533. OLE color: 10926533.

HSL color Cylindrical-coordinate representation of color #C5B9A6: hue angle of 36.77º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5B9A6 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 185 166 -
CMYK 0 0.06 0.16 0.23
HSL 36.77º 0.21% 0.71% -
HSV(B) 36.77º 0.16% 0.77% -
XYZ 47.26 49.32 43.11 -
YUV 186.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 197 185 166 0 0.06 0.16 0.23 36.77 0.21 0.71
Hex C5 B9 A6 0 6 10 17 25 15 47
Octal 305 271 246 0 6 20 27 45 25 107
Binary 11000101 10111001 10100110 0 110 10000 10111 100101 10101 1000111

Color Harmonies of #C5B9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B9A6

Black with #C5B9A6

Text Example


Text Example

White with #C5B9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B9A6; }

 p { color: rgb(197,185,166); }

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

background-color css

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

 a { background-color: rgb(197,185,166); }

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

border-color css

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

 span { border-color: rgb(197,185,166); }

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