Html Css Color HEX #C5B6A0 Grain Brown

📋 copy color: '#C5B6A0'

red 197 ◦ green 182 ◦ blue 160

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

Shades of Grain Brown #C5B6A0

Tints of Grain Brown #C5B6A0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.77%

 BLUE value IS 160 (62.89% from 255) = 29.68%

R = 36.55%
G = 33.77%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5B6A0 (or 0xC5B6A0) is known color: Grain Brown. HEX triplet: C5, B6 and A0. RGB value is (197,182,160). Sum of RGB (Red+Green+Blue) = 197+182+160=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B6A0 is #3A495F. Grayscale: #B8B8B8. Windows color (decimal): -3819872 or 10532549. OLE color: 10532549.

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

Color convert

RGB 197 182 160 -
CMYK 0 0.08 0.19 0.23
HSL 35.68º 0.24% 0.7% -
HSV(B) 35.68º 0.19% 0.77% -
XYZ 46.1 47.86 40.07 -
YUV 183.98 114.47 137.29 -
System Red Green Blue C M Y K H S L
Decimal 197 182 160 0 0.08 0.19 0.23 35.68 0.24 0.7
Hex C5 B6 A0 0 8 13 17 24 18 46
Octal 305 266 240 0 10 23 27 44 30 106
Binary 11000101 10110110 10100000 0 1000 10011 10111 100100 11000 1000110

Color Harmonies of #C5B6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B6A0

Black with #C5B6A0

Text Example


Text Example

White with #C5B6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B6A0; }

 p { color: rgb(197,182,160); }

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

background-color css

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

 a { background-color: rgb(197,182,160); }

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

border-color css

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

 span { border-color: rgb(197,182,160); }

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