Html Css Color HEX #C5B9AA Grain Brown

📋 copy color: '#C5B9AA'

red 197 ◦ green 185 ◦ blue 170

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

Shades of Grain Brown #C5B9AA

Tints of Grain Brown #C5B9AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.8%

R = 35.69%
G = 33.51%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C5B9AA (or 0xC5B9AA) is known color: Grain Brown. HEX triplet: C5, B9 and AA. RGB value is (197,185,170). Sum of RGB (Red+Green+Blue) = 197+185+170=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B9AA is #3A4655. Grayscale: #BABABA. Windows color (decimal): -3819094 or 11188677. OLE color: 11188677.

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

Color convert

RGB 197 185 170 -
CMYK 0 0.06 0.14 0.23
HSL 33.33º 0.19% 0.72% -
HSV(B) 33.33º 0.14% 0.77% -
XYZ 47.63 49.47 45.07 -
YUV 186.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 197 185 170 0 0.06 0.14 0.23 33.33 0.19 0.72
Hex C5 B9 AA 0 6 E 17 21 13 48
Octal 305 271 252 0 6 16 27 41 23 110
Binary 11000101 10111001 10101010 0 110 1110 10111 100001 10011 1001000

Color Harmonies of #C5B9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B9AA

Black with #C5B9AA

Text Example


Text Example

White with #C5B9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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