Html Css Color HEX #C5A171 Fallow

📋 copy color: '#C5A171'

red 197 ◦ green 161 ◦ blue 113

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

Shades of Fallow #C5A171

Tints of Fallow #C5A171

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.18%

 BLUE value IS 113 (44.53% from 255) = 23.99%

R = 41.83%
G = 34.18%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C5A171 (or 0xC5A171) is known color: Fallow. HEX triplet: C5, A1 and 71. RGB value is (197,161,113). Sum of RGB (Red+Green+Blue) = 197+161+113=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A171 is #3A5E8E. Grayscale: #A6A6A6. Windows color (decimal): -3825295 or 7446981. OLE color: 7446981.

HSL color Cylindrical-coordinate representation of color #C5A171: hue angle of 34.29º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5A171 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 161 113 -
CMYK 0 0.18 0.43 0.23
HSL 34.29º 0.42% 0.61% -
HSV(B) 34.29º 0.43% 0.77% -
XYZ 38.75 38.55 21.02 -
YUV 166.29 97.93 149.9 -
System Red Green Blue C M Y K H S L
Decimal 197 161 113 0 0.18 0.43 0.23 34.29 0.42 0.61
Hex C5 A1 71 0 12 2B 17 22 2A 3D
Octal 305 241 161 0 22 53 27 42 52 75
Binary 11000101 10100001 1110001 0 10010 101011 10111 100010 101010 111101

Color Harmonies of #C5A171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A171

Black with #C5A171

Text Example


Text Example

White with #C5A171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A171; }

 p { color: rgb(197,161,113); }

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

background-color css

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

 a { background-color: rgb(197,161,113); }

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

border-color css

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

 span { border-color: rgb(197,161,113); }

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