#C5B9AA

Color #C5B9AA Grain Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grain Brown #C5B9AA

Tints of Grain Brown #C5B9AA

Color information

#C5B9AA (or 0xC5B9AA) is unknown color: approx 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

RGB197185170-
CMYK00.060.140.23
HSL33.33º18.88%71.96%-
HSV(B)33.33º13.71%77.25%-
XYZ47.6349.4745.07-
YUV186.88118.48135.22-

RGB Variations

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

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.80% from 255) = 30.80%
R=35.69%
G=33.51%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718517000.060.140.2333.3318.8871.96
HexC5B9AA06E17211348
Octal3052712520616274123110
Binary1100010110111001101010100110111010111100001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>